awacke1 commited on
Commit
5202f67
1 Parent(s): da445f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -752,7 +752,7 @@ def display_videos_and_links(num_columns):
752
  display_glossary_entity(k)
753
  col_index += 1 # Increment column index to place the next video in the next column
754
 
755
- @st.cache_resource
756
  def display_images_and_wikipedia_summaries(num_columns=4):
757
  image_files = [f for f in os.listdir('.') if f.endswith('.png')]
758
  if not image_files:
 
752
  display_glossary_entity(k)
753
  col_index += 1 # Increment column index to place the next video in the next column
754
 
755
+ #@st.cache_resource
756
  def display_images_and_wikipedia_summaries(num_columns=4):
757
  image_files = [f for f in os.listdir('.') if f.endswith('.png')]
758
  if not image_files: