Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hangjoni
/
food_classifier
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
food_classifier
/
app.py
hangjoni
new app
a695516
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is '
, x*x)