Skip to content

Commit

Permalink
Sync changes and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Dec 12, 2024
1 parent dcbe14b commit e61d921
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[Documentation](https://vizro.readthedocs.io/en/stable/) | [Get Started](https://vizro.readthedocs.io/en/stable/pages/tutorials/first_dashboard/) | [Vizro examples gallery](http://vizro.mckinsey.com/)

<hr>
##

<img src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/vizro_spash_teaser.gif" width="600"/>
<br>
Expand Down Expand Up @@ -84,35 +84,41 @@ 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**
### [Vizro visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/)

**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.

Visit the [visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/) to search for charts or get inspiration.

<img width="600" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_visual_vocabulary.png">

##

### [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.

Visit the [dashboard examples gallery](https://vizro.mckinsey.com/) to see the dashboards in action.

<img width="600" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_dashboard_examples.png">

##

### [Vizro-AI](https://vizro.readthedocs.io/projects/vizro-ai)

**LLM generated charts and dashboards**
**Use LLMs to generate 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.

Expand Down

0 comments on commit e61d921

Please sign in to comment.