Spaces:
Running
on
A10G
Running
on
A10G
BertChristiaens
commited on
Commit
•
f42f3a8
1
Parent(s):
4629411
fix images
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ def main():
|
|
332 |
move_image('example_image_0', 'initial_image', remove_state=True, rerun=True)
|
333 |
|
334 |
st.image(st.session_state['example_image_2'], caption="Example image 3", use_column_width=True)
|
335 |
-
if st.button("Use example
|
336 |
move_image('example_image_2', 'initial_image', remove_state=True, rerun=True)
|
337 |
with col_im_1:
|
338 |
st.image(st.session_state['example_image_1'], caption="Example image 2", use_column_width=True)
|
|
|
332 |
move_image('example_image_0', 'initial_image', remove_state=True, rerun=True)
|
333 |
|
334 |
st.image(st.session_state['example_image_2'], caption="Example image 3", use_column_width=True)
|
335 |
+
if st.button("Use example 3"):
|
336 |
move_image('example_image_2', 'initial_image', remove_state=True, rerun=True)
|
337 |
with col_im_1:
|
338 |
st.image(st.session_state['example_image_1'], caption="Example image 2", use_column_width=True)
|