kpal002 commited on
Commit
00a6572
·
verified ·
1 Parent(s): 684d272

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = {