Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
levena
/
normaldevmode
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c38526a
normaldevmode
/
app.py
levena
update nya
c38526a
10 months ago
raw
Copy download link
history
blame
93 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value nya'
)
st.write(x,
'squared is'
, x * x)