selim-ba commited on
Commit
b000df6
·
verified ·
1 Parent(s): 4b0743f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
285
  and displays the results.
286
  """
287
  # --- Determine HF Space Runtime URL and Repo URL ---
288
- space_id = os.getenv("selim-ba/Final_Agent_HF_Course") # Get the SPACE_ID for sending link to the code
289
 
290
  if profile:
291
  username= f"{profile.username}"
 
285
  and displays the results.
286
  """
287
  # --- Determine HF Space Runtime URL and Repo URL ---
288
+ space_id = os.getenv("https://huggingface.co/spaces/selim-ba/Final_Agent_HF_Course/tree/main") # Get the SPACE_ID for sending link to the code
289
 
290
  if profile:
291
  username= f"{profile.username}"