hanzla commited on
Commit
d9ce785
·
1 Parent(s): 8f271c9
Files changed (1) hide show
  1. 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)