OOlajide commited on
Commit
687f780
1 Parent(s): 0911cdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -15,7 +15,7 @@ def load_data():
15
 
16
  df = load_data()
17
 
18
- with st.spinner(text="Loading map..."):
19
  st.pydeck_chart(pdk.Deck(
20
  map_style='mapbox://styles/mapbox/light-v9',
21
  initial_view_state=pdk.ViewState(
@@ -37,4 +37,5 @@ with st.spinner(text="Loading map..."):
37
  extruded=True,
38
  ),
39
  ],
40
- ))
 
 
15
 
16
  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/light-v9',
21
  initial_view_state=pdk.ViewState(
 
37
  extruded=True,
38
  ),
39
  ],
40
+ ))
41
+ st.success("Map loaded!")