loubnabnl HF staff commited on
Commit
c039e8e
·
1 Parent(s): f20714f

Update src/utils.py

Browse files
Files changed (1) hide show
  1. src/utils.py +2 -2
src/utils.py CHANGED
@@ -28,8 +28,8 @@ def parse_gg_sheet(url):
28
 
29
  def add_epicentre_to_map(map_obj):
30
  icon_epicentre = folium.plugins.BeautifyIcon(
31
- icon='star',
32
- spin=True,
33
  border_color='#b3334f',
34
  background_color='#b3334f',
35
  text_color='white'
 
28
 
29
  def add_epicentre_to_map(map_obj):
30
  icon_epicentre = folium.plugins.BeautifyIcon(
31
+ icon=None,
32
+ spin=False,
33
  border_color='#b3334f',
34
  background_color='#b3334f',
35
  text_color='white'