Alexandre Gazola commited on
Commit
b2f20fc
·
1 Parent(s): c623f30
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
18
  def run_and_submit_all( profile: gr.OAuthProfile | None):
19
  """
20
  Fetches all questions, runs the BasicAgent on them, submits all answers,
21
- and displays the results.
22
  """
23
  # --- Determine HF Space Runtime URL and Repo URL ---
24
  space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code
 
18
  def run_and_submit_all( profile: gr.OAuthProfile | None):
19
  """
20
  Fetches all questions, runs the BasicAgent on them, submits all answers,
21
+ and displays the results.
22
  """
23
  # --- Determine HF Space Runtime URL and Repo URL ---
24
  space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code