Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
usingh49
/
us1
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
474448d
us1
/
app.py
usingh49
Update app.py
474448d
over 2 years ago
raw
Copy download link
history
blame
96 Bytes
import
streamlit
as
st
print
(
1
)
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)