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