diff --git a/vizro-ai/src/vizro_ai/_vizro_ai.py b/vizro-ai/src/vizro_ai/_vizro_ai.py index 480828f68..df1130223 100644 --- a/vizro-ai/src/vizro_ai/_vizro_ai.py +++ b/vizro-ai/src/vizro_ai/_vizro_ai.py @@ -99,7 +99,6 @@ def _get_chart_code(self, df: pd.DataFrame, user_input: str) -> str: Args: df: The dataframe to be analyzed user_input: User questions or descriptions of the desired visual - explain: Flag to include explanation in response """ # TODO refine and update error handling return self._run_plot_tasks(df, user_input, explain=False).get("code_string")