diff --git a/scripts/map.py b/scripts/map.py index ee472f1..225ae5c 100644 --- a/scripts/map.py +++ b/scripts/map.py @@ -185,15 +185,16 @@ def render(value): # Add reset zoom control using a direct approach # This script will be added at the end and executed immediately - reset_control_script = folium.Element(""" + reset_control_script = folium.Element( + """ - """) - + """ + ) + m.get_root().html.add_child(reset_control_script) # Save