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):
|
@@ -20,7 +20,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
20 |
"""
|
21 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
22 |
space_id = os.getenv(
|
23 |
-
"SPACE_ID", "
|
24 |
) # Get the SPACE_ID for sending link to the code
|
25 |
|
26 |
if profile:
|
|
|
10 |
|
11 |
# (Keep Constants as is)
|
12 |
# --- Constants ---
|
13 |
+
DEFAULT_API_URL = "https://gokulnath2003-final-assignment-template.hf.space"
|
14 |
|
15 |
|
16 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
|
20 |
"""
|
21 |
# --- Determine HF Space Runtime URL and Repo URL ---
|
22 |
space_id = os.getenv(
|
23 |
+
"SPACE_ID", "Gokulnath2003/Final_Assignment_Template"
|
24 |
) # Get the SPACE_ID for sending link to the code
|
25 |
|
26 |
if profile:
|