awacke1 commited on
Commit
dc714d9
β€’
1 Parent(s): 34b380a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -44,10 +44,7 @@ def add_medical_center_paths(m, source, med_centers):
44
  )
45
  ).add_to(m)
46
 
47
- # Streamlit UI
48
- st.title('Google Maps and Massachusetts Medical Centers 🌊')
49
  st.sidebar.header('Directions')
50
-
51
  source_location = st.sidebar.text_input("Source Location", "Logan International Airport, Boston, MA")
52
  destination_location = st.sidebar.text_input("Destination Location", "Boston Harbor, MA")
53
 
 
44
  )
45
  ).add_to(m)
46
 
 
 
47
  st.sidebar.header('Directions')
 
48
  source_location = st.sidebar.text_input("Source Location", "Logan International Airport, Boston, MA")
49
  destination_location = st.sidebar.text_input("Destination Location", "Boston Harbor, MA")
50