optionEdge commited on
Commit
9d9aa48
·
verified ·
1 Parent(s): 4121ffc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
13
  #*
14
  from optionEdge import BasicAgent
15
 
16
- class BasicAgent:
17
  def __init__(self):
18
  #*
19
  self.agent = BasicAgent
 
13
  #*
14
  from optionEdge import BasicAgent
15
 
16
+ class HFWrapper:
17
  def __init__(self):
18
  #*
19
  self.agent = BasicAgent