Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
leavoigt/vulnerability_analysis
leavoigt
/
vulnerability
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d7c048f
vulnerability
/
app.py
leavoigt
Create app.py
eee7134
over 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)