Update app.py
Browse files
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():
|