Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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):
|