nastasiasnk commited on
Commit
271df23
·
verified ·
1 Parent(s): 45a2ec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ else:
78
  df_lu = df_lu.set_index("uuid", drop=False)
79
 
80
 
81
- df_dm = matrices[distanceMatrixActivityNodes][0]
82
 
83
 
84
  matrices_dict = matrices.to_dict('index')
 
78
  df_lu = df_lu.set_index("uuid", drop=False)
79
 
80
 
81
+ df_dm = matrices[distanceMatrixActivityNodes]
82
 
83
 
84
  matrices_dict = matrices.to_dict('index')