Skip to content

Commit

Permalink
Add instruction above map
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch committed May 10, 2022
1 parent 4dec980 commit 5448c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/interactive_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def from_dict(cls, data: Dict) -> "Bounds":

# layout map
with c1:
"""(_Double-click on a pin to bring up more information_)"""
m = folium.Map(location=[39.949610, -75.150282], zoom_start=4)

for park in parks:
Expand Down

0 comments on commit 5448c2c

Please sign in to comment.