Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|