Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
nppmatt
/
milestone-3
like
0
Runtime error
App
Files
Files
Community
c093cb0
milestone-3
/
app.py
nppmatt
asdf
c093cb0
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)