Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|