Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nataliass
/
frend
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
frend
/
app.py
Nataliass
Create app.py (
#1
)
f13a5b9
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)