nastasiasnk commited on
Commit
4f0e724
1 Parent(s): 2c00af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def test(input_json):
51
  # Prepare the output
52
  output = {
53
  "list": ids_index,
54
- "matrix": df
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)