Spaces:
Sleeping
Sleeping
Amamrnaf
commited on
Commit
·
a36aede
1
Parent(s):
50c7387
yes
Browse files
app.py
CHANGED
@@ -154,8 +154,7 @@ def process_pdf(file, option):
|
|
154 |
|
155 |
|
156 |
# Save the uploaded file to the new location
|
157 |
-
file_path =
|
158 |
-
shutil.copy(file.name, file_path)
|
159 |
|
160 |
# Process based on the selected option
|
161 |
if option == "Noc_timesheet_resdiential":
|
|
|
154 |
|
155 |
|
156 |
# Save the uploaded file to the new location
|
157 |
+
file_path = file.name
|
|
|
158 |
|
159 |
# Process based on the selected option
|
160 |
if option == "Noc_timesheet_resdiential":
|