From 267bb029328b702b1a7e8e2c5da8629793f87430 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Fri, 26 Jul 2024 12:59:14 +0100 Subject: [PATCH] Update from feedback --- .../docs/pages/tutorials/quickstart-dashboard.md | 7 +------ .../user-guides/dashboard-iterate-and-deploy.md | 15 ++++----------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/vizro-ai/docs/pages/tutorials/quickstart-dashboard.md b/vizro-ai/docs/pages/tutorials/quickstart-dashboard.md index 629d17305..f617b8dee 100644 --- a/vizro-ai/docs/pages/tutorials/quickstart-dashboard.md +++ b/vizro-ai/docs/pages/tutorials/quickstart-dashboard.md @@ -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 diff --git a/vizro-ai/docs/pages/user-guides/dashboard-iterate-and-deploy.md b/vizro-ai/docs/pages/user-guides/dashboard-iterate-and-deploy.md index 8b0f03b1b..36648de22 100644 --- a/vizro-ai/docs/pages/user-guides/dashboard-iterate-and-deploy.md +++ b/vizro-ai/docs/pages/user-guides/dashboard-iterate-and-deploy.md @@ -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() -``` + + + ## Prepare the data and user prompt ```py