awacke1 commited on
Commit
8b92aa3
·
verified ·
1 Parent(s): 5e7d1c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -564,14 +564,14 @@ def search_glossary(query): # 🔍Run------------------------------------------
564
  st.write('🔍Run 4 - AppSpecifier is Complete.')
565
 
566
  # 🔍Run PythonAppCoder
567
- PythonAppCoder = ' Create a streamlit python app implementing the following list of features using appropriate libraries and function design using streamlit. Show full code listing for the ten function app as output with no commentary. '
568
  #result = str(result).replace('\n', ' ').replace('|', ' ')
569
  response4 = chat_with_model45(PythonAppCoder + str(response3))
570
  st.write('🔍Run Python AppCoder is Complete.')
571
 
572
  # experimental 45 - - - - - - - - - - - - -<><><><><>
573
 
574
- responseAll = query + str(response1) + str(response2) + str(response3) + str(response4)
575
  filename = generate_filename(responseAll, "md")
576
  create_file(filename, query, responseAll, should_save)
577
  #queries = query + specquery + codequery + webquery
 
564
  st.write('🔍Run 4 - AppSpecifier is Complete.')
565
 
566
  # 🔍Run PythonAppCoder
567
+ PythonAppCoder = ' Complete this streamlit python app implementing the functions in detail using appropriate python libraries and streamlit user interface elements. Show full code listing for the completed detail app as full code listing with no comments or commentary. '
568
  #result = str(result).replace('\n', ' ').replace('|', ' ')
569
  response4 = chat_with_model45(PythonAppCoder + str(response3))
570
  st.write('🔍Run Python AppCoder is Complete.')
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