Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tesneem
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6688474
test
/
app.py
/
app.py
Tesneem
add app file
6688474
6 months ago
raw
Copy download link
history
blame
Safe
87 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x*x)