Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
8e986e1
1
Parent(s):
71f9d7b
Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ def test(input_json):
|
|
241 |
"subdomainsWeights_dictionary": LivabilitySubdomainsInputs_dictionary,
|
242 |
"luDomainMapper": landuseMapperDict,
|
243 |
"attributeMapper": livabilityMapperDict,
|
244 |
-
|
245 |
"dm_an": df_dm_dict,
|
246 |
"landuses":df_lu_filtered_dict,
|
247 |
"constants": [alpha, threshold]
|
|
|
241 |
"subdomainsWeights_dictionary": LivabilitySubdomainsInputs_dictionary,
|
242 |
"luDomainMapper": landuseMapperDict,
|
243 |
"attributeMapper": livabilityMapperDict,
|
244 |
+
"mask_connected": mask_connected,
|
245 |
"dm_an": df_dm_dict,
|
246 |
"landuses":df_lu_filtered_dict,
|
247 |
"constants": [alpha, threshold]
|