mattritchey commited on
Commit
d8d98f2
·
verified ·
1 Parent(s): 8f4b378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def map_perimeters(_gdf_data, address):
38
 
39
  m = folium.Map(location=[lat, lon],
40
 
41
- zoom_start=6,
42
  height=500)
43
  folium.Marker(
44
  location=[lat, lon],
 
38
 
39
  m = folium.Map(location=[lat, lon],
40
 
41
+ zoom_start=8,
42
  height=500)
43
  folium.Marker(
44
  location=[lat, lon],