Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -298,7 +298,7 @@ def display_buttons_with_scores():
|
|
298 |
# Create a dynamic query incorporating emojis and formatting for clarity
|
299 |
query_prefix = f"{category_emoji} {game_emoji} **{game} - {category}:**"
|
300 |
query_body = f"Create a detailed outline for **{term}** with subpoints highlighting key aspects, using emojis for visual engagement. Include step-by-step rules and boldface important entities and ruleset elements."
|
301 |
-
response = search_glossary(query_prefix + query_body
|
302 |
|
303 |
|
304 |
def fetch_wikipedia_summary(keyword):
|
|
|
298 |
# Create a dynamic query incorporating emojis and formatting for clarity
|
299 |
query_prefix = f"{category_emoji} {game_emoji} **{game} - {category}:**"
|
300 |
query_body = f"Create a detailed outline for **{term}** with subpoints highlighting key aspects, using emojis for visual engagement. Include step-by-step rules and boldface important entities and ruleset elements."
|
301 |
+
response = search_glossary(query_prefix + query_body)
|
302 |
|
303 |
|
304 |
def fetch_wikipedia_summary(keyword):
|