Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
|
| 5 |
from datetime import datetime
|
| 6 |
|
| 7 |
-
gmaps = googlemaps.Client(key='
|
| 8 |
|
| 9 |
# Geocoding an address
|
| 10 |
geocode_result = gmaps.geocode('1600 Amphitheatre Parkway, Mountain View, CA')
|
|
|
|
| 4 |
|
| 5 |
from datetime import datetime
|
| 6 |
|
| 7 |
+
gmaps = googlemaps.Client(key='AIzaSyDybq2mxujekZVivmr03Y5-GGHXesn4TLI')
|
| 8 |
|
| 9 |
# Geocoding an address
|
| 10 |
geocode_result = gmaps.geocode('1600 Amphitheatre Parkway, Mountain View, CA')
|