Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def search_recent_news(query: str) -> str:
|
|
30 |
if not results:
|
31 |
return "No recent news found for this query."
|
32 |
|
33 |
-
return
|
34 |
|
35 |
|
36 |
@tool
|
|
|
30 |
if not results:
|
31 |
return "No recent news found for this query."
|
32 |
|
33 |
+
return results # Return top 5 results
|
34 |
|
35 |
|
36 |
@tool
|