Cachoups commited on
Commit
bf9c349
·
verified ·
1 Parent(s): 1e43982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def fin_ext_bis(text):
47
  return make_spans(text, results)
48
 
49
  def upload_file_and_update_dropdown(file):
50
- for file in files
51
  if file is not None:
52
  # Save the file to the upload directory
53
  file_path = os.path.join(PDF_FOLDER, os.path.basename(file))
 
47
  return make_spans(text, results)
48
 
49
  def upload_file_and_update_dropdown(file):
50
+ for file in files:
51
  if file is not None:
52
  # Save the file to the upload directory
53
  file_path = os.path.join(PDF_FOLDER, os.path.basename(file))