ShivanshMathur007 commited on
Commit
3bffb77
1 Parent(s): 6029b8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def process_file(fileobj):
102
  file_name = os.path.basename(fileobj)
103
  destination_path = os.path.join(destination_folder, file_name)
104
  shutil.copyfile(fileobj.name, destination_path)
105
- return str(desination_folder)
106
  # return MOP(destination_folder)
107
 
108
 
 
102
  file_name = os.path.basename(fileobj)
103
  destination_path = os.path.join(destination_folder, file_name)
104
  shutil.copyfile(fileobj.name, destination_path)
105
+ return str(destination_folder)
106
  # return MOP(destination_folder)
107
 
108