awacke1 commited on
Commit
5f87098
β€’
1 Parent(s): f67a4e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ if st.sidebar.button('Get Directions'):
62
  st.write("No available routes.")
63
 
64
  # Minnesota Medical Centers
65
- st.markdown("## πŸ—ΊοΈ Maps πŸ—ΊοΈ for πŸ₯ Minnesota Medical Centers 🌳")
66
  m2 = folium.Map(location=[45.6945, -93.9002], zoom_start=6)
67
  marker_cluster = MarkerCluster().add_to(m2)
68
 
 
62
  st.write("No available routes.")
63
 
64
  # Minnesota Medical Centers
65
+ st.markdown("### πŸ—ΊοΈ Maps - πŸ₯ Minnesota Medical Centers 🌳")
66
  m2 = folium.Map(location=[45.6945, -93.9002], zoom_start=6)
67
  marker_cluster = MarkerCluster().add_to(m2)
68