awacke1 commited on
Commit
0a2f9ae
โ€ข
1 Parent(s): 8b92aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -571,11 +571,10 @@ def search_glossary(query): # ๐Ÿ”Run------------------------------------------
571
 
572
  # experimental 45 - - - - - - - - - - - - -<><><><><>
573
 
574
- responseAll = + '# Query: ' + query + '# Summary: ' + str(response2) + '# Streamlit App Specifier: ' + str(response3) + '# Complete Streamlit App: ' + str(response4) + '# Scholarly Article Links References: ' + str(response1)
575
  filename = generate_filename(responseAll, "md")
576
  create_file(filename, query, responseAll, should_save)
577
- #queries = query + specquery + codequery + webquery
578
-
579
  return responseAll # ๐Ÿ”Run--------------------------------------------------------
580
 
581
 
 
571
 
572
  # experimental 45 - - - - - - - - - - - - -<><><><><>
573
 
574
+ #responseAll = '# Query: ' + query + '# Summary: ' + str(response2) + '# Streamlit App Specifier: ' + str(response3) + '# Complete Streamlit App: ' + str(response4) + '# Scholarly Article Links References: ' + str(response1)
575
  filename = generate_filename(responseAll, "md")
576
  create_file(filename, query, responseAll, should_save)
577
+
 
578
  return responseAll # ๐Ÿ”Run--------------------------------------------------------
579
 
580