Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
b2048d5
1
Parent(s):
83de682
Update app.py
Browse files
app.py
CHANGED
@@ -266,12 +266,14 @@ def test(input_json):
|
|
266 |
artmatrix = df_art_matrix.to_dict('index')
|
267 |
|
268 |
"""
|
|
|
|
|
269 |
|
270 |
# Prepare the output
|
271 |
output = {
|
272 |
#"subdomainsAccessibility_dictionary": subdomainsAccessibility_dictionary,
|
273 |
#"livability_dictionary": livability_dictionary,
|
274 |
-
"subdomainsWeights_dictionary":
|
275 |
"luDomainMapper": landuseMapperDict,
|
276 |
"attributeMapper": attributeMapperDict,
|
277 |
"fetchDm": dm_dictionary,
|
|
|
266 |
artmatrix = df_art_matrix.to_dict('index')
|
267 |
|
268 |
"""
|
269 |
+
|
270 |
+
LivabilitySubdomainsWeights_dictionary = LivabilitySubdomainsWeights.to_dict('index')
|
271 |
|
272 |
# Prepare the output
|
273 |
output = {
|
274 |
#"subdomainsAccessibility_dictionary": subdomainsAccessibility_dictionary,
|
275 |
#"livability_dictionary": livability_dictionary,
|
276 |
+
"subdomainsWeights_dictionary": LivabilitySubdomainsWeights_dictionary,
|
277 |
"luDomainMapper": landuseMapperDict,
|
278 |
"attributeMapper": attributeMapperDict,
|
279 |
"fetchDm": dm_dictionary,
|