Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
0db7492
1
Parent(s):
25b0a6e
fix
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ for index, row in filtered_df.iterrows():
|
|
113 |
|
114 |
folium.Marker(
|
115 |
location=row["latlng"],
|
116 |
-
tooltip=row[' لأي قيادة / دوار تنتمون ؟'] if not pd.isna(row[' لأي قيادة / دوار تنتمون ؟']) else None,
|
117 |
popup=folium.Popup(display_text, max_width=300),
|
118 |
icon=folium.Icon(color=colors_mapping.get(request_type, "blue"))
|
119 |
).add_to(m)
|
|
|
113 |
|
114 |
folium.Marker(
|
115 |
location=row["latlng"],
|
116 |
+
tooltip=row[' لأي جماعة / قيادة / دوار تنتمون ؟'] if not pd.isna(row[' لأي جماعة / قيادة / دوار تنتمون ؟']) else None,
|
117 |
popup=folium.Popup(display_text, max_width=300),
|
118 |
icon=folium.Icon(color=colors_mapping.get(request_type, "blue"))
|
119 |
).add_to(m)
|