Spaces:
Runtime error
Runtime error
Update src/utils.py
Browse files- src/utils.py +1 -1
src/utils.py
CHANGED
@@ -28,7 +28,7 @@ def parse_gg_sheet(url):
|
|
28 |
|
29 |
def add_epicentre_to_map(map_obj):
|
30 |
icon_epicentre = folium.plugins.BeautifyIcon(
|
31 |
-
icon='
|
32 |
spin=True,
|
33 |
border_color='#b3334f',
|
34 |
background_color='#b3334f',
|
|
|
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',
|