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