awacke1 commited on
Commit
423a3e6
1 Parent(s): cd7b8da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def display_images_and_wikipedia_summaries(num_columns=4):
178
  image = Image.open(image_file)
179
  st.image(image, caption=image_file, use_column_width=True)
180
  k = image_file.split('.')[0] # Assumes keyword is the file name without extension
181
- display_glossary_entity(k)
182
  col_index += 1 # Increment to move to the next column in the next iteration
183
 
184
  def main():
 
178
  image = Image.open(image_file)
179
  st.image(image, caption=image_file, use_column_width=True)
180
  k = image_file.split('.')[0] # Assumes keyword is the file name without extension
181
+ #display_glossary_entity(k)
182
  col_index += 1 # Increment to move to the next column in the next iteration
183
 
184
  def main():