awacke1 commited on
Commit
3d6448f
·
verified ·
1 Parent(s): 4d6fc2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def display_buttons_with_scores():
238
  # -----------------------------------------------------------------
239
  # 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."
240
  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."
241
- response = search_glossary(query_prefix + query_body, roleplaying_glossary)
242
 
243
 
244
  def fetch_wikipedia_summary(keyword):
 
238
  # -----------------------------------------------------------------
239
  # 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."
240
  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."
241
+ response = search_glossary(query_prefix + query_body)
242
 
243
 
244
  def fetch_wikipedia_summary(keyword):