Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import time
|
|
6 |
from collections import deque
|
7 |
import requests
|
8 |
import polyline
|
|
|
9 |
|
10 |
# Utility Functions
|
11 |
def create_numbered_marker(number: int) -> folium.features.DivIcon:
|
|
|
6 |
from collections import deque
|
7 |
import requests
|
8 |
import polyline
|
9 |
+
from geopy.geocoders import Nominatim
|
10 |
|
11 |
# Utility Functions
|
12 |
def create_numbered_marker(number: int) -> folium.features.DivIcon:
|