Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KKKLLL123
/
1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
1
/
app.py
KKKLLL123
Create app.py
621d06f
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
64 Bytes
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)