Skip to content

Commit

Permalink
addressing pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nadijagraca committed Nov 20, 2024
1 parent f9b10da commit d70b025
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vizro-ai/docs/pages/user-guides/run-vizro-ai-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ Like the `VizroAI.plot` method, in order to produce more comprehensive output we
)
```

To use the above code, you will still need to add three simple steps.
1. Import your data into the Python environment.
2. Uncomment data manager instance and map the imported data. See Vizro guide on [connecting dashboard to data](https://vizro.readthedocs.io/en/stable/pages/user-guides/data/).
3. Add following code snippet at the end of the file `Vizro().build(dashboard).run()` to launch the dashboard.
To use the above code, you will still need to add three simple steps:
- Import your data into the Python environment.
- Uncomment the data manager instance and map the imported data. See the Vizro guide on [connecting dashboard to data](https://vizro.readthedocs.io/en/stable/pages/user-guides/data/).
- Add following code snippet at the end of the file `Vizro().build(dashboard).run()` to launch the dashboard.

Detailed guidance is provided in [dashboard generation tutorial](https://vizro.readthedocs.io/projects/vizro-ai/en/vizro-ai-0.3.2/pages/tutorials/quickstart/)
Detailed guidance is provided in [dashboard generation tutorial](Detailed guidance is provided in [dashboard generation tutorial](https://vizro.readthedocs.io/projects/vizro-ai/en/latest/pages/tutorials/quickstart/))

## Available Vizro components

Expand Down

0 comments on commit d70b025

Please sign in to comment.