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