bupa1018 commited on
Commit
a444e68
·
1 Parent(s): afe493d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -180,7 +180,6 @@ def process_directory(directory, partial_paths=None, file_paths=None):
180
  all_texts.append(text)
181
  file_references.append(file_path)
182
 
183
- print(f"Print the text for testing broooo {all_texts}")
184
  return all_texts, file_references
185
 
186
  import ast
 
180
  all_texts.append(text)
181
  file_references.append(file_path)
182
 
 
183
  return all_texts, file_references
184
 
185
  import ast