eaglelandsonce commited on
Commit
010459d
·
verified ·
1 Parent(s): 67cd3ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,7 +351,7 @@ with tab3:
351
 
352
  # Display the selected image
353
  image_width = 400
354
- st.image(st.session_state['image_paths'][image_index], , width=image_width)
355
 
356
  # Button for actions related to the selected image
357
  if st.button("Details", key=f"details_{image_index}"):
 
351
 
352
  # Display the selected image
353
  image_width = 400
354
+ st.image(st.session_state['image_paths'][image_index], width=image_width)
355
 
356
  # Button for actions related to the selected image
357
  if st.button("Details", key=f"details_{image_index}"):