Gokulnath2003 commited on
Commit
2e359d9
·
verified ·
1 Parent(s): 5f566ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,7 +10,7 @@ from agent import MyAgent
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):
@@ -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", "nsphung/Final_Assignment_Template"
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: