Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
okeowo1014
/
catandog
like
0
Runtime error
App
Files
Files
Community
dc92021
catandog
/
app.py
okeowo1014
Update app.py
489baa5
verified
8 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
streamlit
as
st
import
train3
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x **x)