Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xiaozhou0822
/
sdadsd
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dff6fe2
sdadsd
/
app.py
xiaozhou0822
Update app.py
dff6fe2
about 2 years ago
raw
Copy download link
history
blame
Safe
139 Bytes
import
streamlit
as
st
# model_id = 'codellama/CodeLlama-13b-Instruct-hf'
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)