Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
divano
/
test
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f0cd3d6
test
/
app.py
divano
Add application file
f0cd3d6
over 2 years ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)