Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|