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