Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -573,7 +573,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
|
|
573 |
responseAll = query + response1 + response2 + response3 + response4
|
574 |
filename = generate_filename(responseAll, "md")
|
575 |
create_file(filename, query, responseAll, should_save)
|
576 |
-
queries = query + specquery + codequery + webquery
|
577 |
|
578 |
return responseAll # 🔍Run--------------------------------------------------------
|
579 |
|
|
|
573 |
responseAll = query + response1 + response2 + response3 + response4
|
574 |
filename = generate_filename(responseAll, "md")
|
575 |
create_file(filename, query, responseAll, should_save)
|
576 |
+
#queries = query + specquery + codequery + webquery
|
577 |
|
578 |
return responseAll # 🔍Run--------------------------------------------------------
|
579 |
|