Skip to content

Commit

Permalink
Remove extraneous labels
Browse files Browse the repository at this point in the history
  • Loading branch information
chungmin99 committed Apr 21, 2024
1 parent ec97fc4 commit 10ae74f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/02_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def _(_) -> None:
fig.update_layout(margin=dict(l=20, r=20, t=20, b=20),)

server.add_gui_plotly(
label="Image plot!",
figure=fig,
aspect_ratio=1.0,
)
Expand All @@ -114,7 +113,6 @@ def _(_) -> None:
fig.update_layout(margin=dict(l=20, r=20, t=20, b=20),)

server.add_gui_plotly(
label="Line plot!",
figure=fig,
aspect_ratio=1.0,
)
Expand Down

0 comments on commit 10ae74f

Please sign in to comment.