Javi commited on
Commit
fe3ce1c
1 Parent(s): d3acf41

Changed default image

Browse files
Files changed (1) hide show
  1. 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/12/17/18/20/peacock-4702197_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]
 
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]