Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshitface2003
/
testspace
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
8f3b263
testspace
/
app.py
harshitface2003
Update app.py
8f3b263
verified
5 months ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
streamlit
as
st
x=st.slider(
"Move the slider"
)
st.write(x,
"squared is"
, x*x)