Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ if is_url:
|
|
196 |
|
197 |
elif upload_doc:
|
198 |
|
199 |
-
clean_text = preprocess_plain_text(extract_text_from_file(
|
200 |
|
201 |
else:
|
202 |
|
|
|
196 |
|
197 |
elif upload_doc:
|
198 |
|
199 |
+
clean_text = preprocess_plain_text(extract_text_from_file(upload_doc))
|
200 |
|
201 |
else:
|
202 |
|