awacke1 commited on
Commit
fd80250
1 Parent(s): bb50ca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ def display_buttons_with_scores():
244
  # ----------------------------------------------------------------------------------------------
245
  #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."
246
  query_body = f"Create a streamlit python app.py that produces a detailed markdown outline and CSV dataset user interface with an 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."
247
- response = search_glossary(query_prefix + query_body, roleplaying_glossary)
248
 
249
 
250
  def fetch_wikipedia_summary(keyword):
 
244
  # ----------------------------------------------------------------------------------------------
245
  #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."
246
  query_body = f"Create a streamlit python app.py that produces a detailed markdown outline and CSV dataset user interface with an 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."
247
+ response = search_glossary(query_prefix + query_body)
248
 
249
 
250
  def fetch_wikipedia_summary(keyword):