Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ReZon8
/
ReZ-Streamit-v1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1715c47
ReZ-Streamit-v1
/
app.py
drzo
initial commit
1715c47
verified
7 months 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)