Skip to content

Commit

Permalink
docs_update_linked_views_2
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzy985 committed Nov 8, 2024
1 parent d93d1c1 commit 0bffce9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def Page():
else:
clicked_row = None

with solara.Column() as main:
with solara.Row(justify="center", style={"flex-wrap": "wrap"}):
ClickScatter(df, "sepal_length", "sepal_width", "species", clicked_row, on_click=set_click_point)
ClickScatter(df, "petal_length", "petal_width", "species", clicked_row, on_click=set_click_point)
Expand Down

0 comments on commit 0bffce9

Please sign in to comment.