Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -554,7 +554,6 @@ def search_glossary(query): # 🔍Run------------------------------------------
|
|
554 |
PaperSummarizer = ' Create a diagram graphical representation of this: Summarize this paper set with short emoji outlines and preserve links, shortening it significantly. Create emoji filled short summaries per paper structured as markdown tables and outlines and show full markdown code listing. '
|
555 |
result = str(result).replace('\n', ' ').replace('|', ' ')
|
556 |
response2 = chat_with_model45(PaperSummarizer + result)
|
557 |
-
all = query + ' ' + response
|
558 |
st.write('🔍Run 3 - Paper Summarizer is Complete.')
|
559 |
|
560 |
# 🔍Run AppSpecifier
|
@@ -576,7 +575,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
|
|
576 |
create_file(filename, query, responseAll, should_save)
|
577 |
queries = query + specquery + codequery + webquery
|
578 |
|
579 |
-
return
|
580 |
|
581 |
|
582 |
# Function to display the glossary in a structured format
|
|
|
554 |
PaperSummarizer = ' Create a diagram graphical representation of this: Summarize this paper set with short emoji outlines and preserve links, shortening it significantly. Create emoji filled short summaries per paper structured as markdown tables and outlines and show full markdown code listing. '
|
555 |
result = str(result).replace('\n', ' ').replace('|', ' ')
|
556 |
response2 = chat_with_model45(PaperSummarizer + result)
|
|
|
557 |
st.write('🔍Run 3 - Paper Summarizer is Complete.')
|
558 |
|
559 |
# 🔍Run AppSpecifier
|
|
|
575 |
create_file(filename, query, responseAll, should_save)
|
576 |
queries = query + specquery + codequery + webquery
|
577 |
|
578 |
+
return responseAll # 🔍Run--------------------------------------------------------
|
579 |
|
580 |
|
581 |
# Function to display the glossary in a structured format
|