Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
my
/
test
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app.py
my
Update app.py
eb18595
about 4 years ago
raw
Copy download link
history
blame
contribute
delete
102 Bytes
import
streamlit
as
st
print
(
"done"
)
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)