Spaces:
Runtime error
Runtime error
Javi
commited on
Commit
·
fe3ce1c
1
Parent(s):
d3acf41
Changed default image
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -146,7 +146,7 @@ class Sections:
|
|
146 |
state.images = [default_image_1]
|
147 |
state.default_text_input = default_text_input
|
148 |
with col2:
|
149 |
-
default_image_2 = "https://cdn.pixabay.com/photo/2019/
|
150 |
st.image(default_image_2, use_column_width=True)
|
151 |
if st.button("Select image 2"):
|
152 |
state.images = [default_image_2]
|
|
|
146 |
state.images = [default_image_1]
|
147 |
state.default_text_input = default_text_input
|
148 |
with col2:
|
149 |
+
default_image_2 = "https://cdn.pixabay.com/photo/2019/11/11/14/30/zebra-4618513_960_720.jpg"
|
150 |
st.image(default_image_2, use_column_width=True)
|
151 |
if st.button("Select image 2"):
|
152 |
state.images = [default_image_2]
|