diff --git a/vizro-core/README.md b/vizro-core/README.md index 69bdd55d0..cffebb72a 100644 --- a/vizro-core/README.md +++ b/vizro-core/README.md @@ -22,7 +22,6 @@ - ## What is Vizro? Vizro is an open-source Python-based toolkit. @@ -47,7 +46,6 @@ The benefits of the Vizro toolkit include: Visit our ["How-to guides"](https://vizro.readthedocs.io/en/stable/pages/user-guides/install/) for a more detailed explanation of Vizro features. - ## Why use Vizro? Vizro helps you to build data visualization apps that are: @@ -86,16 +84,15 @@ Use Vizro when you need to combine the speed and ease of low-code Python tools, ### [Vizro framework](https://vizro.readthedocs.io/en/stable/) -**Low-code framework for building dashboards** +**Low-code framework for building dashboards** The Vizro framework underpins the entire Vizro toolkit. It is a Python package (called `vizro`). Visit the [documentation](https://vizro.readthedocs.io/en/stable/) for more details. - ### [Visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/) -**Chart examples** +**Chart examples** The visual vocabulary helps you to decide which chart type to use for your requirements, and offers sample code to create these charts with Plotly or embed them into a Vizro dashboard. @@ -103,10 +100,9 @@ Visit the [visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/) to - ### [Vizro examples gallery](https://vizro.mckinsey.com/) -**Dashboard examples** +**Dashboard examples** The dashboard examples gallery enables you to explore Vizro in action by viewing interactive example apps. You can copy the code to use as a template or starter for your next dashboard. @@ -114,10 +110,9 @@ Visit the [dashboard examples gallery](https://vizro.mckinsey.com/) to see the d - ### [Vizro-AI](https://vizro.readthedocs.io/projects/vizro-ai) -**LLM generated charts and dashboards** +**LLM generated charts and dashboards** Vizro-AI is a separate package (called `vizro_ai`) that extends Vizro to incorporate LLMs. Use it to build interactive Vizro charts and dashboards, by simply describing what you need in plain English or other languages. @@ -125,7 +120,6 @@ Visit the [Vizro-AI documentation](https://vizro.readthedocs.io/projects/vizro-a - ## Installation and first steps ```console