mattritchey commited on
Commit
5a905b6
·
1 Parent(s): 02f0311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def map_location(address, lat, lon):
48
 
49
  m = folium.Map(location=[lat, lon],
50
 
51
- zoom_start=6,
52
  height=400)
53
  folium.Marker(
54
  location=[lat, lon],
 
48
 
49
  m = folium.Map(location=[lat, lon],
50
 
51
+ zoom_start=9,
52
  height=400)
53
  folium.Marker(
54
  location=[lat, lon],