Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
XIAOAssembly
/
Asrtrolobot
like
2
Sleeping
App
Files
Files
Community
8f1620e
Asrtrolobot
/
app.py
patgpt4
Add application file
8f1620e
over 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)