KeshavRa commited on
Commit
3ff61a8
·
verified ·
1 Parent(s): a120c2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -294,10 +294,8 @@ else:
294
  map.fit_bounds(map_bounds)
295
 
296
  folium.Marker([lat, long], popup=shelter['Address']).add_to(map)
297
- st.markdown(f" ## [Get Directions](https://www.google.com/maps/dir/?api=1&origin=current+location&destination={lat},{long})")
298
-
299
- # folium.Marker([lat, long], popup=address).add_to(map)
300
  folium_static(map)
 
301
 
302
  # Create two columns
303
  col1, col2, col3 = st.columns([1,1,1])
 
294
  map.fit_bounds(map_bounds)
295
 
296
  folium.Marker([lat, long], popup=shelter['Address']).add_to(map)
 
 
 
297
  folium_static(map)
298
+ st.markdown(f" ## [Get Directions](https://www.google.com/maps/dir/?api=1&origin=current+location&destination={lat},{long})")
299
 
300
  # Create two columns
301
  col1, col2, col3 = st.columns([1,1,1])