edit app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def process_text_file(file: AskFileResponse):
|
|
69 |
else:
|
70 |
raise ValueError("Provide a .txt or .pdf file")
|
71 |
texts = text_splitter.split_texts(documents)
|
72 |
-
|
73 |
return texts
|
74 |
|
75 |
|
|
|
69 |
else:
|
70 |
raise ValueError("Provide a .txt or .pdf file")
|
71 |
texts = text_splitter.split_texts(documents)
|
72 |
+
|
73 |
return texts
|
74 |
|
75 |
|