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