awacke1 commited on
Commit
ddb8834
·
verified ·
1 Parent(s): 8385b83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,7 +303,7 @@ def display_buttons_with_scores():
303
  # -----------------------------------------------------------------
304
  # 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."
305
  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."
306
- response = search_glossary(query_prefix + query_body, body_map_data)
307
 
308
 
309
  def fetch_wikipedia_summary(keyword):
 
303
  # -----------------------------------------------------------------
304
  # 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."
305
  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."
306
+ response = search_glossary(query_prefix + query_body)
307
 
308
 
309
  def fetch_wikipedia_summary(keyword):