awacke1 commited on
Commit
900a1bc
·
verified ·
1 Parent(s): 6285991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def display_buttons_with_scores():
182
  query_prefix = f"{key} **{term}:**"
183
  # -----------------------------------------------------------------
184
  # 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."
185
- query_body = f"Create a streamlit python app.py that produces a detailed markdown outline including appropriate emojis for functions and a 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."
186
  response = search_glossary(query_prefix + query_body)
187
 
188
  def fetch_wikipedia_summary(keyword):
 
182
  query_prefix = f"{key} **{term}:**"
183
  # -----------------------------------------------------------------
184
  # 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."
185
+ query_body = f"Create a streamlit python app.py that implements this in functions using python libraries and short function based code with smart parameters matching language model words including appropriate emojis for functions and a CSV dataset user interface with an outline for **{term}** with subpoints highlighting key aspects, using emojis for visual engagement. Include methodical step-by-step rules in code and always boldface important entities (using markdown outlines and tables for enumerated smart terms) and ruleset elements."
186
  response = search_glossary(query_prefix + query_body)
187
 
188
  def fetch_wikipedia_summary(keyword):