Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -800,7 +800,7 @@ Answer:"""
|
|
800 |
Process a question that may have attachments and URLs.
|
801 |
"""
|
802 |
question_text = question_data.get('question', '')
|
803 |
-
|
804 |
if self.debug:
|
805 |
print(f"\n1. Processing question with potential attachments and URLs: {question_text[:300]}...")
|
806 |
|
|
|
800 |
Process a question that may have attachments and URLs.
|
801 |
"""
|
802 |
question_text = question_data.get('question', '')
|
803 |
+
print(question_data)
|
804 |
if self.debug:
|
805 |
print(f"\n1. Processing question with potential attachments and URLs: {question_text[:300]}...")
|
806 |
|