Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
6400777
1
Parent(s):
e0c633c
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def test(input_json):
|
|
24 |
|
25 |
matrix = inputs['input']["matrix"]
|
26 |
weights = inputs['input']["weights"]
|
27 |
-
landuses = inputs['input']["
|
28 |
|
29 |
attributeMapperDict = inputs['input']["attributeMapperDict"]
|
30 |
landuseMapperDict = inputs['input']["landuseMapperDict"]
|
|
|
24 |
|
25 |
matrix = inputs['input']["matrix"]
|
26 |
weights = inputs['input']["weights"]
|
27 |
+
landuses = inputs['input']["landuse_areas"]
|
28 |
|
29 |
attributeMapperDict = inputs['input']["attributeMapperDict"]
|
30 |
landuseMapperDict = inputs['input']["landuseMapperDict"]
|