Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jableable
/
road_project
like
0
Running
App
Files
Files
Community
9434e34
road_project
/
app.py
jableable
Create app.py
9434e34
verified
8 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)