Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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]
|
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')
|