Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
XDHDD/Fckngproj
XDHDD
/
Docker_v
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1176804
Docker_v
/
app.py
XDHDD
Update app.py
1176804
over 1 year ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
streamlit
as
st
@st.cache_data
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)