awacke1 commited on
Commit
87cd2cd
1 Parent(s): b32262c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, use_column_width=True)
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)}"):