Lulube commited on
Commit
3324ff1
·
verified ·
1 Parent(s): da88ce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
12
 
13
  # --- Basic Agent Definition ---
14
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
15
- class BasicAgent:
16
  def __init__(self):
17
  print("MyCustomAgent with SmolaAgent initialized.")
18
 
 
12
 
13
  # --- Basic Agent Definition ---
14
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
15
+ class BasicAgent():
16
  def __init__(self):
17
  print("MyCustomAgent with SmolaAgent initialized.")
18