Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
navyfighter12
/
test2
like
0
Runtime error
App
Files
Files
Community
fe94336
test2
/
app.py
navyfighter
Add application file
fe94336
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)