aec6838 274c222 7f643e7 aec6838
1
2
3
4
5
import streamlit as st model_id = 'codellama/CodeLlama-13b-Instruct-hf' x = st.slider('Select a value') st.write(x, 'squared is', x * x)