Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DetectiveShadow
/
Testertesting
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
109b516
Testertesting
/
app.py
DetectiveShadow
Create app.py
109b516
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)