Johnsonin commited on
Commit
57654b1
·
verified ·
1 Parent(s): 9f5b8b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
14
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
15
  class BasicAgent:
16
  def __init__(self):
17
- agent = CodeAgent(
18
  tools=[
19
  DuckDuckGoSearchTool(),
20
  VisitWebpageTool(),
 
14
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
15
  class BasicAgent:
16
  def __init__(self):
17
+ self.agent = CodeAgent(
18
  tools=[
19
  DuckDuckGoSearchTool(),
20
  VisitWebpageTool(),