Spaces:
Running
Running
Update app.py
Browse files
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 |
|