Update app.py
Browse files
app.py
CHANGED
@@ -167,6 +167,7 @@ def process_directory(directory, partial_paths=None, file_paths=None):
|
|
167 |
all_texts.append(text)
|
168 |
file_references.append(file_path)
|
169 |
|
|
|
170 |
return all_texts, file_references
|
171 |
|
172 |
# Split text into chunks
|
|
|
167 |
all_texts.append(text)
|
168 |
file_references.append(file_path)
|
169 |
|
170 |
+
print(f"Print the text for testing broooo {all_texts}")
|
171 |
return all_texts, file_references
|
172 |
|
173 |
# Split text into chunks
|