Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ class GaiaAgent:
|
|
65 |
"# ```python\n"
|
66 |
"# print('hello'[::-1])\n"
|
67 |
"# ```\n"
|
|
|
68 |
)
|
69 |
# 2) Define the tools
|
70 |
self.search_tool = DuckDuckGoSearchTool()
|
|
|
65 |
"# ```python\n"
|
66 |
"# print('hello'[::-1])\n"
|
67 |
"# ```\n"
|
68 |
+
)
|
69 |
)
|
70 |
# 2) Define the tools
|
71 |
self.search_tool = DuckDuckGoSearchTool()
|