Skip to content

Commit

Permalink
Remove double-call
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Dec 4, 2024
1 parent 343cdd4 commit c37c2ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
)

dashboard = vm.Dashboard(pages=[first_page, second_page])
Vizro().build(dashboard).run()

if __name__ == "__main__":
Vizro().build(dashboard).run(debug=False)
Vizro().build(dashboard).run()

0 comments on commit c37c2ae

Please sign in to comment.