Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Figea
/
burger_exercice
like
0
Sleeping
App
Files
Files
Community
6bae93c
burger_exercice
/
app.py
Figea
Add app.py
6bae93c
5 months 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)