awacke1 commited on
Commit
7b07c0d
1 Parent(s): af775a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -187,7 +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
  display_glossary_entity(os.path.splitext(image_file)[0])
192
 
193
  # 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_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 🎬)