tatianija commited on
Commit
7c48eb3
·
verified ·
1 Parent(s): 0b2d250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:100]}...")
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