Update app.py
Browse files
app.py
CHANGED
@@ -381,7 +381,8 @@ def flight_tracking(flight_view_level, country, local_time_zone, flight_info, ai
|
|
381 |
m = folium.Map(
|
382 |
location=[loc_box[0], loc_box[1]],
|
383 |
zoom_start=6,
|
384 |
-
tiles='CartoDB dark_matter'
|
|
|
385 |
)
|
386 |
|
387 |
# Create colormap
|
|
|
381 |
m = folium.Map(
|
382 |
location=[loc_box[0], loc_box[1]],
|
383 |
zoom_start=6,
|
384 |
+
tiles='CartoDB dark_matter',
|
385 |
+
show_grid=False
|
386 |
)
|
387 |
|
388 |
# Create colormap
|