Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amirkhanbloch
/
image_streamlit
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
amirkhanbloch
commited on
Oct 8, 2024
Commit
b77816a
·
verified
·
1 Parent(s):
8a075ba
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import streamlit as st
2
3
x = st.slider('Select a value')
4
-
st.write(x
1
import streamlit as st
2
3
x = st.slider('Select a value')
4
+
st.write(x
)