Spaces:
Runtime error
Runtime error
Update src/utils.py
Browse files- src/utils.py +1 -1
src/utils.py
CHANGED
|
@@ -120,7 +120,7 @@ def init_map(current_localisation=[31.228674, -7.992047]):
|
|
| 120 |
# max_bounds=True,
|
| 121 |
#)
|
| 122 |
m = folium.Map(
|
| 123 |
-
location=
|
| 124 |
zoom_start=8.5,
|
| 125 |
min_zoom=8.5,
|
| 126 |
)
|
|
|
|
| 120 |
# max_bounds=True,
|
| 121 |
#)
|
| 122 |
m = folium.Map(
|
| 123 |
+
location=current_localisation,
|
| 124 |
zoom_start=8.5,
|
| 125 |
min_zoom=8.5,
|
| 126 |
)
|