Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
4f0e724
1
Parent(s):
2c00af4
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def test(input_json):
|
|
51 |
# Prepare the output
|
52 |
output = {
|
53 |
"list": ids_index,
|
54 |
-
"matrix":
|
55 |
}
|
56 |
|
57 |
return json.dumps(output)
|
|
|
51 |
# Prepare the output
|
52 |
output = {
|
53 |
"list": ids_index,
|
54 |
+
"matrix": matrix
|
55 |
}
|
56 |
|
57 |
return json.dumps(output)
|