Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-qb committed Feb 27, 2025
1 parent 778a98f commit 6d00f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 @@ -102,4 +102,5 @@ def load_dynamic_iris_data():

dashboard = vm.Dashboard(pages=[page_1])

Vizro().build(dashboard).run()
if __name__ == "__main__":
Vizro().build(dashboard).run()
2 changes: 1 addition & 1 deletion vizro-core/examples/scratch_dev/data.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Choose between: 2024-01-01 to 2024-05-29
date_min: 2024-03-01
date_min: 2024-03-05
date_max: 2024-03-10

0 comments on commit 6d00f6d

Please sign in to comment.