fpessanha commited on
Commit
bb77d44
·
verified ·
1 Parent(s): 9270d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,6 +11,8 @@ from text_explanations import *
11
  from utils import *
12
  from load_and_save import *
13
 
 
 
14
 
15
  def state_to_number(*state_obj_list):
16
 
 
11
  from utils import *
12
  from load_and_save import *
13
 
14
+ persistent_storage = Path('/data')
15
+ password_files = os.getenv("password_files")
16
 
17
  def state_to_number(*state_obj_list):
18