Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -220,7 +220,7 @@ def compute_features(candidate_point, api_key, radius=5000):
|
|
| 220 |
features[f'num_{DATASET_COLUMNS[i]}'] = total_count
|
| 221 |
|
| 222 |
|
| 223 |
-
n_banks =
|
| 224 |
api_key,
|
| 225 |
lat,
|
| 226 |
lon,
|
|
|
|
| 220 |
features[f'num_{DATASET_COLUMNS[i]}'] = total_count
|
| 221 |
|
| 222 |
|
| 223 |
+
n_banks = asyncio.run(compute_places_count_with_api_key(
|
| 224 |
api_key,
|
| 225 |
lat,
|
| 226 |
lon,
|