Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -449,7 +449,7 @@ def create_media_gallery():
|
|
449 |
for idx, image_file in enumerate(image_files):
|
450 |
with cols[idx % num_cols]:
|
451 |
img = Image.open(image_file)
|
452 |
-
st.image(img,
|
453 |
|
454 |
# Add GPT vision analysis option
|
455 |
if st.button(f"Analyze {os.path.basename(image_file)}"):
|
|
|
449 |
for idx, image_file in enumerate(image_files):
|
450 |
with cols[idx % num_cols]:
|
451 |
img = Image.open(image_file)
|
452 |
+
st.image(img, use_container_width=True)
|
453 |
|
454 |
# Add GPT vision analysis option
|
455 |
if st.button(f"Analyze {os.path.basename(image_file)}"):
|