Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
SilvusTV
/
Test
like
1
Sleeping
App
Files
Files
Community
aa58e2f
Test
/
app.py
SilvusTV
Add application file
aa58e2f
about 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)