Skip to content

Commit

Permalink
Change dev for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Jul 16, 2024
1 parent 36ff45e commit 9045d64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@

dashboard = vm.Dashboard(pages=[page, page2])

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

0 comments on commit 9045d64

Please sign in to comment.