ashok2216 commited on
Commit
15d9f57
·
verified ·
1 Parent(s): a059ac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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