Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import time
|
|
| 9 |
|
| 10 |
# Load environment variables and initialize the Google Maps API client
|
| 11 |
# load_dotenv()
|
| 12 |
-
|
| 13 |
gmaps = googlemaps.Client(key='AIzaSyBvsVrsscV50q6bVV7ofEm2tzCz08F1k1A')
|
| 14 |
|
| 15 |
# Define avoided segments globally
|
|
|
|
| 9 |
|
| 10 |
# Load environment variables and initialize the Google Maps API client
|
| 11 |
# load_dotenv()
|
| 12 |
+
API_KEY = 'AIzaSyBvsVrsscV50q6bVV7ofEm2tzCz08F1k1A'
|
| 13 |
gmaps = googlemaps.Client(key='AIzaSyBvsVrsscV50q6bVV7ofEm2tzCz08F1k1A')
|
| 14 |
|
| 15 |
# Define avoided segments globally
|