elia-waefler commited on
Commit
394b995
·
1 Parent(s): f91d70b

added mock functionality

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ def get_pdf_text(pdf_docs):
67
  return text
68
 
69
 
 
70
  def get_text_chunks(text):
71
  text_splitter = CharacterTextSplitter(
72
  separator="\n",
 
67
  return text
68
 
69
 
70
+
71
  def get_text_chunks(text):
72
  text_splitter = CharacterTextSplitter(
73
  separator="\n",