ybendou commited on
Commit
8e7b13d
1 Parent(s): 28e28cb

Update src/utils.py

Browse files
Files changed (1) hide show
  1. 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=current_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
  )