Spaces:
Sleeping
Sleeping
Shane commited on
Commit ·
d0f59f2
1
Parent(s): 5ba26df
really need to learn how to read errors. Added missing import
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import pytz
|
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
from tools.web_search import DuckDuckGoSearchTool
|
|
|
|
| 8 |
|
| 9 |
from Gradio_UI import GradioUI
|
| 10 |
|
|
|
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
from tools.web_search import DuckDuckGoSearchTool
|
| 8 |
+
from tools.web_search import GoogleSearchTool
|
| 9 |
|
| 10 |
from Gradio_UI import GradioUI
|
| 11 |
|