Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1024khandsom
/
ant-bee1
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
ant-bee1
/
app.py
1024khandsom
Update app.py
2e579bd
about 3 years ago
raw
Copy download link
history
blame
Safe
103 Bytes
import
streamlit
as
st
import
pandas
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)