wintergw commited on
Commit
9008b42
·
verified ·
1 Parent(s): 79c0891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ import os
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():
 
8
  from pathlib import Path
9
 
10
  # Define repo details
11
+ REPO_ID = PRIVATE_SPACE_NAME
 
12
  REPO_TYPE = "space"
13
 
14
  # def setup_cache_directory():