From af54c7fb3a36d5a7da7ec4192a0f7bf0b4bbeb1b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:39:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-ai/docs/pages/user-guides/advanced-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vizro-ai/docs/pages/user-guides/advanced-options.md b/vizro-ai/docs/pages/user-guides/advanced-options.md index 020189dfb..528a74912 100644 --- a/vizro-ai/docs/pages/user-guides/advanced-options.md +++ b/vizro-ai/docs/pages/user-guides/advanced-options.md @@ -163,7 +163,7 @@ You can create the `fig` object with different data while ensuring the overall s !!! example "Different data" === "Code" - + ```py from vizro_ai import VizroAI import plotly.express as px @@ -192,7 +192,7 @@ This option executes the chart code with the name given under `chart_name`. This !!! example "Changing the `chart_name`" === "Code" - + ```py from vizro_ai import VizroAI import plotly.express as px