Amamrnaf commited on
Commit
a36aede
·
1 Parent(s): 50c7387
Files changed (1) hide show
  1. app.py +1 -2
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 = os.path.join(save_dir, file.name)
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":