Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from agent import MyAgent
|
|
10 |
|
11 |
# (Keep Constants as is)
|
12 |
# --- Constants ---
|
13 |
-
DEFAULT_API_URL = "https://
|
14 |
|
15 |
|
16 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
|
10 |
|
11 |
# (Keep Constants as is)
|
12 |
# --- Constants ---
|
13 |
+
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
14 |
|
15 |
|
16 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|