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