Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -245,6 +245,8 @@ def process_pdf(uploaded_files, llm_model, n_criteria = num_criteria):
|
|
245 |
|
246 |
# Evaluate with OpenAI model
|
247 |
total_score, criteria_met, score_percentage, score_list, reasoning = pdf_criteria_query.evaluate_with_llm(registration_result, peer_journal_result, eq_journal_result, queries)
|
|
|
|
|
248 |
try:
|
249 |
# Define the path to your CSV file
|
250 |
csv_file_path = 'storing_output.csv'
|
|
|
245 |
|
246 |
# Evaluate with OpenAI model
|
247 |
total_score, criteria_met, score_percentage, score_list, reasoning = pdf_criteria_query.evaluate_with_llm(registration_result, peer_journal_result, eq_journal_result, queries)
|
248 |
+
|
249 |
+
print(id_number,title,author_result)
|
250 |
try:
|
251 |
# Define the path to your CSV file
|
252 |
csv_file_path = 'storing_output.csv'
|