optionEdge commited on
Commit
34a1163
·
verified ·
1 Parent(s): ab25e46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
27
  and displays the results.
28
  """
29
  # --- Determine HF Space Runtime URL and Repo URL ---
30
- space_id = os.getenv("testAgent") # Get the SPACE_ID for sending link to the code
31
 
32
  if profile:
33
  username= f"{profile.username}"
 
27
  and displays the results.
28
  """
29
  # --- Determine HF Space Runtime URL and Repo URL ---
30
+ space_id = os.getenv("optionEdge") # Get the SPACE_ID for sending link to the code
31
 
32
  if profile:
33
  username= f"{profile.username}"