Skip to content

Commit

Permalink
Add small change
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Dec 4, 2024
1 parent c18a6eb commit ce24abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def load_from_file(filter_column=None, parametrized_species=None):
],
)

dashboard = vm.Dashboard(pages=[homepage, page_1, page_2, page_3, page_4, page_5, page_6])
dashboard = vm.Dashboard(pages=[homepage, page_1, page_2, page_3, page_4, page_5])

if __name__ == "__main__":
app = Vizro().build(dashboard)
Expand Down

0 comments on commit ce24abd

Please sign in to comment.