Spaces:
Runtime error
Runtime error
Update src/utils.py
Browse files- 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=
|
32 |
-
spin=
|
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'
|