chatbytes commited on
Commit
1c8e312
·
verified ·
1 Parent(s): af936df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def text_extract(file):
32
  page = pdf_reader.pages[page_num]
33
  text += page.extract_text()
34
  text_splitter=text_splitter_function(text);
35
- result=response_from_bot(text_splitter)
36
  return result
37
  def response_from_bot(text_splitter):
38
  db = FAISS.from_texts(text_splitter, embeddings);
 
32
  page = pdf_reader.pages[page_num]
33
  text += page.extract_text()
34
  text_splitter=text_splitter_function(text);
35
+ result='hhhhh'
36
  return result
37
  def response_from_bot(text_splitter):
38
  db = FAISS.from_texts(text_splitter, embeddings);