Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mlnsio
/
web
like
0
Sleeping
App
Files
Files
Community
main
web
/
app.py
shaileshjadhavSS
Add application file
269d009
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)