Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,8 @@ import os
|
|
| 8 |
from pathlib import Path
|
| 9 |
|
| 10 |
# Define repo details
|
| 11 |
-
|
|
|
|
| 12 |
REPO_TYPE = "space"
|
| 13 |
|
| 14 |
# def setup_cache_directory():
|
|
|
|
| 8 |
from pathlib import Path
|
| 9 |
|
| 10 |
# Define repo details
|
| 11 |
+
my_secret_variable = os.environ.get("space_name")
|
| 12 |
+
REPO_ID = my_secret_variable #"wintergw/assignment_opt_gurobi"
|
| 13 |
REPO_TYPE = "space"
|
| 14 |
|
| 15 |
# def setup_cache_directory():
|