tatianija commited on
Commit
3ab850a
·
verified ·
1 Parent(s): 34bc316

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -757,7 +757,7 @@ Answer:"""
757
  try:
758
  # Detect and process URLs
759
  print(f"2. Detecting and processing URLs...")
760
- url_context = self._extract_and_process_urls(question_data)
761
 
762
  if self.debug and url_context:
763
  print(f"URL context: {url_context[:200]}...")
 
757
  try:
758
  # Detect and process URLs
759
  print(f"2. Detecting and processing URLs...")
760
+ url_context = self._extract_and_process_urls(question_text)
761
 
762
  if self.debug and url_context:
763
  print(f"URL context: {url_context[:200]}...")