awacke1 commited on
Commit
1d33d1c
·
verified ·
1 Parent(s): 2a2884d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, roleplaying_glossary)
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):