awacke1 commited on
Commit
e8e3320
·
verified ·
1 Parent(s): 8e77c00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -187,8 +187,8 @@ def main():
187
  for idx, image_file in enumerate(image_files):
188
  with cols[idx % image_cols]:
189
  img = Image.open(image_file)
190
- #st.image(img, caption=image_file, use_column_width=True)
191
- st.image(img, use_column_width=True)
192
  display_glossary_entity(os.path.splitext(image_file)[0])
193
 
194
  # Video Gallery (Let’s roll the tapes 🎬)
 
187
  for idx, image_file in enumerate(image_files):
188
  with cols[idx % image_cols]:
189
  img = Image.open(image_file)
190
+ #st.image(img, caption=image_file, use_container_width=True)
191
+ st.image(img, use_container_width=True)
192
  display_glossary_entity(os.path.splitext(image_file)[0])
193
 
194
  # Video Gallery (Let’s roll the tapes 🎬)