Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moreall
/
test
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app.py file
moreall
Create app.py file
75359ff
verified
over 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
)