Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
chel0128
/
new01test
like
0
Sleeping
App
Files
Files
Community
da53c04
new01test
/
app.py
chel0128
Create app.py
da53c04
over 1 year 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)