Update app.py
Browse files
app.py
CHANGED
@@ -552,13 +552,13 @@ def search_glossary(query): # 🔍Run------------------------------------------
|
|
552 |
# experimental 45 - - - - - - - - - - - - -<><><><><>
|
553 |
|
554 |
# 🔍Run PaperSummarizer
|
555 |
-
PaperSummarizer = ' Create a paper summary as a markdown table clustering the features
|
556 |
# = str(result).replace('\n', ' ').replace('|', ' ')
|
557 |
response2 = chat_with_model45(PaperSummarizer + str(response1))
|
558 |
st.write('🔍Run 3 - Paper Summarizer is Complete.')
|
559 |
|
560 |
# 🔍Run AppSpecifier
|
561 |
-
AppSpecifier = ' Design and write a streamlit python
|
562 |
#result = str(result).replace('\n', ' ').replace('|', ' ')
|
563 |
response3 = chat_with_model45(AppSpecifier + str(response2))
|
564 |
st.write('🔍Run 4 - AppSpecifier is Complete.')
|
|
|
552 |
# experimental 45 - - - - - - - - - - - - -<><><><><>
|
553 |
|
554 |
# 🔍Run PaperSummarizer
|
555 |
+
PaperSummarizer = ' Create a paper summary as a markdown table with paper links clustering the features writing short markdown emoji outlines to extract three main ideas from summary. For each one create three simple points led by an emoji of the main three steps needed as method step process for implementing the idea as a single app.py streamlit python app. '
|
556 |
# = str(result).replace('\n', ' ').replace('|', ' ')
|
557 |
response2 = chat_with_model45(PaperSummarizer + str(response1))
|
558 |
st.write('🔍Run 3 - Paper Summarizer is Complete.')
|
559 |
|
560 |
# 🔍Run AppSpecifier
|
561 |
+
AppSpecifier = ' Design and write a streamlit python code listing and specification that implements each scientific method steps as a function and markdown table in comments with original paper link to outline the AI pipeline ensemble implementing code as full plan to build.'
|
562 |
#result = str(result).replace('\n', ' ').replace('|', ' ')
|
563 |
response3 = chat_with_model45(AppSpecifier + str(response2))
|
564 |
st.write('🔍Run 4 - AppSpecifier is Complete.')
|