optionEdge commited on
Commit
62f93b3
·
verified ·
1 Parent(s): 9d9aa48

Update app.py

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