awacke1 commited on
Commit
b36a63b
1 Parent(s): f4d39b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -505,7 +505,6 @@ topic_emojis = {
505
  }
506
 
507
  # Adjusted display_buttons_with_scores function
508
- @st.cache_resource
509
  def display_buttons_with_scores():
510
  for category, games in roleplaying_glossary.items():
511
  category_emoji = topic_emojis.get(category, "🔍") # Default to search icon if no match
 
505
  }
506
 
507
  # Adjusted display_buttons_with_scores function
 
508
  def display_buttons_with_scores():
509
  for category, games in roleplaying_glossary.items():
510
  category_emoji = topic_emojis.get(category, "🔍") # Default to search icon if no match