Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Junaid-EEE11
/
Streamlit_code
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0955bb2
Streamlit_code
/
app.py
Junaid-EEE11
Create app.py
0955bb2
over 2 years 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)