kpal002 commited on
Commit
3cd7b2a
·
verified ·
1 Parent(s): e8baa3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, score, reasoning_html, output_path)
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