Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shataxiDubey
/
Testspace
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1877de4
Testspace
/
app.py
Shataxi Dubey
app.py
1877de4
7 months ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
app
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)