Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def extract_numeric_values(pdf_file, schedule1_file=None, client_name="Unknown C
|
|
112 |
|
113 |
doc.close()
|
114 |
|
115 |
-
output_dir = "/home/user/app/
|
116 |
os.makedirs(output_dir, exist_ok=True)
|
117 |
csv_path = os.path.join(output_dir, "Client_Output_Data_Form_1040.csv")
|
118 |
|
|
|
112 |
|
113 |
doc.close()
|
114 |
|
115 |
+
output_dir = "/home/user/app/Files"
|
116 |
os.makedirs(output_dir, exist_ok=True)
|
117 |
csv_path = os.path.join(output_dir, "Client_Output_Data_Form_1040.csv")
|
118 |
|