Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marktetra
/
newspace
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
newspace
File size: 64 Bytes
678afa9
1
2
x = st.slider(
'Select a value'
) st.write(x,
'squared is'
, x * x)