Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ def duckweb_search(query: str) -> str:
|
|
| 99 |
search_tool = DuckDuckGoSearchTool()
|
| 100 |
|
| 101 |
# Perform the search
|
| 102 |
-
search_results = search_tool(
|
| 103 |
|
| 104 |
# Debugging: Print results to see what is returned
|
| 105 |
print(f"DEBUG: search results -> {search_results}")
|
|
|
|
| 99 |
search_tool = DuckDuckGoSearchTool()
|
| 100 |
|
| 101 |
# Perform the search
|
| 102 |
+
search_results = search_tool(query)
|
| 103 |
|
| 104 |
# Debugging: Print results to see what is returned
|
| 105 |
print(f"DEBUG: search results -> {search_results}")
|