Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huaqianshu
/
first
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
first
/
app.py.1
huaqianshu_z
Add application file
5cc58b0
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
import streamlit
as
st
x
=
st
.slider(
'Select a value'
)
st
.
write
(
x
,
'squared is'
,
x
*
x
)