Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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]}...")
|