Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,13 @@ from io import StringIO
|
|
6 |
from collections import OrderedDict
|
7 |
|
8 |
|
|
|
9 |
# app.py
|
10 |
import config # This imports your configuration settings and runs any setup code
|
11 |
|
12 |
from RECODE_speckle_utils import speckle_utils # Importing from the modified sys.path
|
|
|
|
|
13 |
|
14 |
from config import landuseDatabaseId , subdomainAttributesDatabaseId
|
15 |
from imports_utils import fetch_all_database_pages
|
|
|
6 |
from collections import OrderedDict
|
7 |
|
8 |
|
9 |
+
"""
|
10 |
# app.py
|
11 |
import config # This imports your configuration settings and runs any setup code
|
12 |
|
13 |
from RECODE_speckle_utils import speckle_utils # Importing from the modified sys.path
|
14 |
+
"""
|
15 |
+
|
16 |
|
17 |
from config import landuseDatabaseId , subdomainAttributesDatabaseId
|
18 |
from imports_utils import fetch_all_database_pages
|