Update app.py
Browse files
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],
|
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}"):
|