Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suds
/
blah
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
blah
/
app.py
suds
app.py
0883711
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
69 Bytes
import
streamlit
as
st
x = st.slider(
"select something"
)
st.write(x)