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