Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pro9code
/
Streamlit
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Streamlit
/
app.py
Sorghum grass
Update app.py
5173cf5
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)