Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NelsonGc
/
fastai-cat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4891f2c
fastai-cat
/
app.py
NelsonGc
add application file
e93a9b7
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)