Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mhamilton723/DenseAV
lorocksUMD
/
DenseAV
like
0
No application file
App
Files
Files
Community
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)