Skip to content

Commit

Permalink
Update from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
stichbury committed Jul 26, 2024
1 parent 887c17c commit 267bb02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
7 changes: 1 addition & 6 deletions vizro-ai/docs/pages/tutorials/quickstart-dashboard.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# How to generate a Vizro dashboard using Vizro-AI

Vizro-AI now supports text-to-dashboard functionality. It can generate a multi-page dashboard including the following features:

- Vizro components including Graph, AgGrid (basic), and Card
- Vizro Filters including Dropdown, Checklist, Dropdown, RadioItems, RangeSlider, Slider, DatePicker(in development)
- Vizro Layout
- Multi-dataframe and multi-page support
Vizro-AI supports text-to-dashboard functionality, enabling you to generate a multi-page dashboard.

## Setup
Install Vizro-AI
Expand Down
15 changes: 4 additions & 11 deletions vizro-ai/docs/pages/user-guides/dashboard-iterate-and-deploy.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# How to update and reuse the Vizro-AI generated dashboard

This guide shows how to further use the Vizro-AI generated dashboard.
This guide shows you how to refine a Vizro-AI generated dashboard.

While Vizro-AI can follow complex user requirements well and generate high-quality dashboards, due to the nature of LLMs, the generated dashboards often approximately match user expectations but may not be exact. Besides refining the user prompt and rerunning Vizro-AI, you can also extract the code and iterate manually to achieve the desired result.

## Setup
```py
%pip install vizro_ai

from vizro import Vizro
from vizro_ai import VizroAI

vizro_ai = VizroAI()
```
<!-- TO DO -->
<!-- Write how to set up as per tutorial and use the prompt below to generate a dashboard -->
<!-- you get the dashboard object, which you can a) render like xxx, b) modify like xx c) xxx alternatively you can return elements, which gives you access to a) code b) dashboard object -->

## Prepare the data and user prompt
```py
Expand Down

0 comments on commit 267bb02

Please sign in to comment.