naman1102 commited on
Commit
687894a
·
1 Parent(s): 73caeb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,8 +34,9 @@ class BasicAgent:
34
  # Initialize tools
35
  print("In constructor of basic agent")
36
  self.calculator = create_calculator_tool()
 
37
  self.search_tool = create_search_tool()
38
-
39
  # Set up headers for API calls
40
  self.headers = {
41
  "Authorization": f"Bearer {HF_TOKEN}",
 
34
  # Initialize tools
35
  print("In constructor of basic agent")
36
  self.calculator = create_calculator_tool()
37
+ print("Calculator tool created")
38
  self.search_tool = create_search_tool()
39
+ print("Search tool created")
40
  # Set up headers for API calls
41
  self.headers = {
42
  "Authorization": f"Bearer {HF_TOKEN}",