Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mhamilton723/FeatUp
mhamilton723
/
DenseAV
like
4
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
2275a39
DenseAV
/
app.py
mhamilton723
Create app.py
2275a39
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)