Cachoups commited on
Commit
24621a7
·
verified ·
1 Parent(s): 5f377cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def fin_ext_bis(text):
46
  results = fin_model_bis(split_in_sentences(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
 
46
  results = fin_model_bis(split_in_sentences(text))
47
  return make_spans(text, results)
48
 
49
+ def upload_file_and_update_dropdown(files):
50
  for file in files:
51
  if file is not None:
52
  # Save the file to the upload directory