Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,9 +14,6 @@ from geopy.geocoders import Nominatim
|
|
| 14 |
from collections import OrderedDict
|
| 15 |
from geopy.adapters import AioHTTPAdapter
|
| 16 |
|
| 17 |
-
import nest_asyncio
|
| 18 |
-
nest_asyncio.apply()
|
| 19 |
-
|
| 20 |
from examples import (
|
| 21 |
description_sf,
|
| 22 |
output_example_sf,
|
|
|
|
| 14 |
from collections import OrderedDict
|
| 15 |
from geopy.adapters import AioHTTPAdapter
|
| 16 |
|
|
|
|
|
|
|
|
|
|
| 17 |
from examples import (
|
| 18 |
description_sf,
|
| 19 |
output_example_sf,
|