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