Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Symato
/
tomtat
like
2
Running
App
Files
Files
Community
acc1395
tomtat
/
app.py
tiendung
initial commit
acc1395
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)