Nienke Dekkema commited on
Commit
8378f17
·
1 Parent(s): e3c03b3

fixed error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
38
  try:
39
  agent = CodeAgent(
40
  tools=[
41
- WebSearchTool(),
42
  VisitWebpageTool(),
43
  DuckDuckGoSearchTool()
44
  ],
 
38
  try:
39
  agent = CodeAgent(
40
  tools=[
41
+ # WebSearchTool(),
42
  VisitWebpageTool(),
43
  DuckDuckGoSearchTool()
44
  ],