Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}"
|