Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cisemh
/
Cifar10-Compare-Algorithms
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bc42626
Cifar10-Compare-Algorithms
/
app.py
cisemh
app
bc42626
8 months 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)