Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pro9code
/
Streamlit
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fb1ee33
Streamlit
/
.py
Sorghum grass
Create .py
fb1ee33
about 2 years ago
raw
Copy download link
history
blame
Safe
88 Bytes
import streamlit
as
st
x
=
st
.slider(
'Select a value'
)
st
.
write
(
x
,
'squared is'
,
x
*
x
)