Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 28, 2024
1 parent 57b59b4 commit bcb572d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
vm.Container(
title="Tab I",
components=[
vm.Graph(
title="Graph I",
figure=px.bar(
gapminder_2007,
x="continent",
y="lifeExp",
color="continent",
),
),
vm.Graph(
title="Graph II",
figure=px.box(
Expand Down

0 comments on commit bcb572d

Please sign in to comment.