Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,8 @@ import pytz
|
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
|
|
|
|
|
|
|
| 8 |
@tool
|
| 9 |
def search_web(query: str, num_results: int = 5) -> str:
|
| 10 |
"""Performs a web search and returns summaries of the top results.
|
|
|
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
|
| 8 |
+
from Gradio_UI import GradioUI
|
| 9 |
+
|
| 10 |
@tool
|
| 11 |
def search_web(query: str, num_results: int = 5) -> str:
|
| 12 |
"""Performs a web search and returns summaries of the top results.
|