tatianija commited on
Commit
d956b01
·
verified ·
1 Parent(s): 6f5609a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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