Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshitface2003
/
testspace
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
39644b5
testspace
/
app.py
harshitface2003
Create app.py (
#1
)
a4e7061
verified
2 months ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
streamlit
x=st.slider(
"Move the slider"
)
st.write(x,
"squared is"
, x*x)