Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Nov 28, 2024
1 parent fa34acb commit 88b63af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ def build(self):
)

dashboard = vm.Dashboard(pages=[page1])
Vizro().build(dashboard).run()

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

0 comments on commit 88b63af

Please sign in to comment.