Spaces:
Sleeping
Sleeping
elia-waefler
commited on
Commit
·
394b995
1
Parent(s):
f91d70b
added mock functionality
Browse files
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",
|