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
File size: 78 Bytes
a4e7061
1
2
3
4
import
streamlit x=st.slider(
"Move the slider"
) st.write(x,
"squared is"
, x*x)