Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ def process_pdf(uploaded_files, llm_model, n_criteria = num_criteria):
|
|
213 |
title_info_html = f"<div style='font-size: 20px;'>{title}</div>"
|
214 |
|
215 |
output_path = f"/tmp/paper_report_{i+1}.pdf"
|
216 |
-
create_pdf_report(title_info_html, author_info_html,
|
217 |
output_files.append(output_path)
|
218 |
|
219 |
# Construct the processing message
|
|
|
213 |
title_info_html = f"<div style='font-size: 20px;'>{title}</div>"
|
214 |
|
215 |
output_path = f"/tmp/paper_report_{i+1}.pdf"
|
216 |
+
create_pdf_report(title_info_html, author_info_html, total_score, reasoning_html, output_path)
|
217 |
output_files.append(output_path)
|
218 |
|
219 |
# Construct the processing message
|