Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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
|