Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -751,7 +751,7 @@ Answer:"""
|
|
| 751 |
question_text = question_data.get('question', '')
|
| 752 |
|
| 753 |
if self.debug:
|
| 754 |
-
print(f"\n 1. Processing question with potential attachments and URLs: {question_text[:
|
| 755 |
|
| 756 |
try:
|
| 757 |
# Detect and process URLs
|
|
|
|
| 751 |
question_text = question_data.get('question', '')
|
| 752 |
|
| 753 |
if self.debug:
|
| 754 |
+
print(f"\n 1. Processing question with potential attachments and URLs: {question_text[:300]}...")
|
| 755 |
|
| 756 |
try:
|
| 757 |
# Detect and process URLs
|