Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ def process_pdf(uploaded_files, llm_model, n_criteria = num_criteria):
|
|
248 |
try:
|
249 |
# Define the path to your CSV file
|
250 |
csv_file_path = 'storing_output.csv'
|
251 |
-
|
252 |
|
253 |
# Create a dictionary for the new row
|
254 |
new_row = {
|
|
|
248 |
try:
|
249 |
# Define the path to your CSV file
|
250 |
csv_file_path = 'storing_output.csv'
|
251 |
+
print(csv_file_path)
|
252 |
|
253 |
# Create a dictionary for the new row
|
254 |
new_row = {
|