c1tr0n75 commited on
Commit
43b9e16
·
verified ·
1 Parent(s): ebf4abf

fixing the search_tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  import inspect
5
  import pandas as pd
6
  from smolagents import CodeAgent, OpenAIServerModel, GoogleSearchTool
7
- from tools import searchTool
8
 
9
  # (Keep Constants as is)
10
  # --- Constants ---
 
4
  import inspect
5
  import pandas as pd
6
  from smolagents import CodeAgent, OpenAIServerModel, GoogleSearchTool
7
+
8
 
9
  # (Keep Constants as is)
10
  # --- Constants ---