Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
harshitface2003
/
testspace
like
0
Running
App
Files
Files
Community
1
257dca7
testspace
/
app.py
harshitface2003
Create app.py
257dca7
verified
about 15 hours ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
streamlit
x=st.slider(
"Move the slider"
)
st.write(x,
"squared is"
, x*x)