kpal002 commited on
Commit
d7bb633
1 Parent(s): 3061567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ def process_pdf(uploaded_files, llm_model, n_criteria = num_criteria):
258
 
259
  try:
260
  # Define the path to your CSV file
261
- csv_file_path = 'storing_output.csv'
262
  logger.info("CSV file path: %s", csv_file_path)
263
 
264
  # Create a dictionary for the new row
 
258
 
259
  try:
260
  # Define the path to your CSV file
261
+ csv_file_path = '/home/user/app/storing_output.csv'
262
  logger.info("CSV file path: %s", csv_file_path)
263
 
264
  # Create a dictionary for the new row