Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
hang261023
/
hang
like
0
Model card
Files
Files and versions
Community
b43dd91
hang
/
app.py
Hang Nguyen
move file outside
b43dd91
about 1 year ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)