Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ritog
/
Poets-BN
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a0357c9
Poets-BN
/
app.py
Ritobrata Ghosh
test commit
a0357c9
about 4 years ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
' squared is '
, x * x)