bupa1018 commited on
Commit
68fd2f1
·
1 Parent(s): 8368902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -163,7 +163,9 @@ def process_directory(directory, folder_paths, file_paths):
163
  continue
164
 
165
  all_texts.append(text)
 
166
  file_references.append(file_path)
 
167
 
168
  # Add this snippet after the 'all_texts.append(text)' and 'file_references.append(file_path)' lines.
169
 
 
163
  continue
164
 
165
  all_texts.append(text)
166
+ print("Filepaths brother:", file_path)
167
  file_references.append(file_path)
168
+
169
 
170
  # Add this snippet after the 'all_texts.append(text)' and 'file_references.append(file_path)' lines.
171