wintergw commited on
Commit
79c0891
·
verified ·
1 Parent(s): 052db39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ import os
8
  from pathlib import Path
9
 
10
  # Define repo details
11
- REPO_ID = "wintergw/assignment_opt_gurobi"
 
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():