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