Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ else:
|
|
86 |
#df_dm_transport_dictionary = df_dm_transport.to_dict('index')
|
87 |
|
88 |
# filter activity nodes attributes
|
89 |
-
mask_connected =
|
90 |
lu_columns = []
|
91 |
for name in df_lu.columns:
|
92 |
if name.startswith("lu+"):
|
|
|
86 |
#df_dm_transport_dictionary = df_dm_transport.to_dict('index')
|
87 |
|
88 |
# filter activity nodes attributes
|
89 |
+
mask_connected = df_dm.index.tolist()
|
90 |
lu_columns = []
|
91 |
for name in df_lu.columns:
|
92 |
if name.startswith("lu+"):
|