new code
Browse files- src/pdfchatbot.py +1 -1
src/pdfchatbot.py
CHANGED
@@ -129,7 +129,7 @@ class PDFChatBot:
|
|
129 |
self.processed = True
|
130 |
|
131 |
result = self.create_organic_response(history="",query=query)
|
132 |
-
return list(result),""
|
133 |
|
134 |
def render_file(self, file,chunk_size):
|
135 |
print(chunk_size)
|
|
|
129 |
self.processed = True
|
130 |
|
131 |
result = self.create_organic_response(history="",query=query)
|
132 |
+
return list(list(result)),""
|
133 |
|
134 |
def render_file(self, file,chunk_size):
|
135 |
print(chunk_size)
|