Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -491,7 +491,6 @@ class IntelligentAgent:
|
|
491 |
audio_files.append(file_path)
|
492 |
elif file_ext in ['.py', '.txt']:
|
493 |
code_files.append(file_path)
|
494 |
-
print(pr)
|
495 |
if self.debug:
|
496 |
print(f"...Found attachments: {len(image_files)} images, {len(audio_files)} audio, {len(code_files)} code files")
|
497 |
|
|
|
491 |
audio_files.append(file_path)
|
492 |
elif file_ext in ['.py', '.txt']:
|
493 |
code_files.append(file_path)
|
|
|
494 |
if self.debug:
|
495 |
print(f"...Found attachments: {len(image_files)} images, {len(audio_files)} audio, {len(code_files)} code files")
|
496 |
|