Pijush2023 commited on
Commit
86afebc
·
verified ·
1 Parent(s): 64296cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -993,7 +993,7 @@ def generate_map(location_names):
993
 
994
  for location_name in all_addresses:
995
  geocode_result = gmaps.geocode(location_name)
996
- if geocode_result){
997
  location = geocode_result[0]['geometry']['location']
998
  folium.Marker(
999
  [location['lat'], location['lng']],
 
993
 
994
  for location_name in all_addresses:
995
  geocode_result = gmaps.geocode(location_name)
996
+ if geocode_result{
997
  location = geocode_result[0]['geometry']['location']
998
  folium.Marker(
999
  [location['lat'], location['lng']],