OOlajide commited on
Commit
0c1b583
1 Parent(s): f0d7a8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ df = load_data()
17
 
18
  with st.spinner(text="Loading map... please wait for a few seconds"):
19
  st.pydeck_chart(pdk.Deck(
20
- map_style="mapbox://styles/mapbox/streets-v11",
21
  initial_view_state=pdk.ViewState(
22
  latitude=40.95,
23
  longitude=-74.0,
 
17
 
18
  with st.spinner(text="Loading map... please wait for a few seconds"):
19
  st.pydeck_chart(pdk.Deck(
20
+ map_style="mapbox://styles/mapbox/navigation-night-v1",
21
  initial_view_state=pdk.ViewState(
22
  latitude=40.95,
23
  longitude=-74.0,