csefrassia commited on
Commit
84a25ba
·
1 Parent(s): c8cc8a9

fix: check space

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
37
  Fetches all questions, runs the BasicAgent on them, submits all answers,
38
  and displays the results.
39
  """
 
40
  # --- Determine HF Space Runtime URL and Repo URL ---
41
  space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code
42
 
 
37
  Fetches all questions, runs the BasicAgent on them, submits all answers,
38
  and displays the results.
39
  """
40
+ print("🔁 Button clicked – run_and_submit_all triggered")
41
  # --- Determine HF Space Runtime URL and Repo URL ---
42
  space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code
43