aec6838 dff6fe2 d3173be 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)