Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,9 @@ def generate_systematic_review(pdf_files, review_question, include_tables=True):
|
|
67 |
|
68 |
Step 10: Concluding Statements
|
69 |
The final step is to make concluding statements. This involves summarizing your findings and drawing conclusions based on your research. You should also provide recommendations for future research and implications for practice.
|
|
|
|
|
|
|
70 |
"""
|
71 |
|
72 |
# Extract text from each PDF
|
|
|
67 |
|
68 |
Step 10: Concluding Statements
|
69 |
The final step is to make concluding statements. This involves summarizing your findings and drawing conclusions based on your research. You should also provide recommendations for future research and implications for practice.
|
70 |
+
|
71 |
+
Step-11:
|
72 |
+
Please include references in the form of citation and also link to the reference papers.
|
73 |
"""
|
74 |
|
75 |
# Extract text from each PDF
|