Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
till-onethousand
/
yolov2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5b1fe8c
yolov2
/
app.py
till-onethousand
init
8c8b482
6 months 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)