Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shataxiDubey
/
Testspace
like
0
Sleeping
App
Files
Files
Community
main
Testspace
/
app.py
Shataxi Dubey
corrected
224a078
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
import
streamlit
as
st
var = st.slider(
'Select a value'
)
st.write(var,
'squared is'
, var * var)