Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
flaskop
/
unified_project
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0712afd
unified_project
/
app.py
sh20raj
app
2f45971
11 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
import
streamlit
as
st
st.title(
"Hlw World"
)
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)