Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ def duckweb_search(query: str) -> str:
|
|
| 110 |
first_result = search_results[0]
|
| 111 |
|
| 112 |
# Attempt to find a pattern like "123.45 USD" in the text
|
| 113 |
-
|
| 114 |
else:
|
| 115 |
return f"No search results found for {query}."
|
| 116 |
|
|
|
|
| 110 |
first_result = search_results[0]
|
| 111 |
|
| 112 |
# Attempt to find a pattern like "123.45 USD" in the text
|
| 113 |
+
return f"the answer is {first_result}"
|
| 114 |
else:
|
| 115 |
return f"No search results found for {query}."
|
| 116 |
|