Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 19, 2023
1 parent 29b5892 commit ecb4daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/01_leafmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, **kwargs):
super().__init__(**kwargs)
# Add what you want below
self.add_gdf(jtree_fires)
self.add_split_map(before_url, after_url)
self.split_map(before_url, after_url)


@solara.component
Expand Down

0 comments on commit ecb4daa

Please sign in to comment.