Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import csv
|
|
13 |
|
14 |
|
15 |
# --- Constants ---
|
16 |
-
|
17 |
|
18 |
|
19 |
# --- Basic Agent Definition ---
|
|
|
13 |
|
14 |
|
15 |
# --- Constants ---
|
16 |
+
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
17 |
|
18 |
|
19 |
# --- Basic Agent Definition ---
|