Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Aug 6, 2024
1 parent 2526a35 commit ee7370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/examples/_chart-gallery/pages/part_to_whole.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import vizro.models as vm
import vizro.plotly.express as px

from pages._pages_utils import PAGE_GRID, gapminder_2007, make_code_clipboard_from_py_file, tips_grouped
from pages._pages_utils import PAGE_GRID, gapminder_2007, make_code_clipboard_from_py_file, tips, tips_grouped

pie = vm.Page(
title="Pie",
Expand Down

0 comments on commit ee7370a

Please sign in to comment.