awacke1 commited on
Commit
3ae4abe
·
verified ·
1 Parent(s): 964570e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,7 +304,7 @@ topic_emojis = {
304
 
305
  # Adjusted display_buttons_with_scores function
306
  def display_buttons_with_scores():
307
- for category, games in body_map_data.items():
308
  category_emoji = topic_emojis.get(category, "🔍") # Default to search icon if no match
309
  st.markdown(f"## {category_emoji} {category}")
310
  for game, terms in games.items():
 
304
 
305
  # Adjusted display_buttons_with_scores function
306
  def display_buttons_with_scores():
307
+ for category, games in roleplaying_glossary.items():
308
  category_emoji = topic_emojis.get(category, "🔍") # Default to search icon if no match
309
  st.markdown(f"## {category_emoji} {category}")
310
  for game, terms in games.items():