From 3b7fb7b7dfa24be12d4e44b83703089d37a7b2be Mon Sep 17 00:00:00 2001 From: Umar Farooq Ghumman Date: Wed, 5 Jun 2024 15:21:02 -0500 Subject: [PATCH] Minor changes --- project/ui/qprof-ui.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/ui/qprof-ui.ipynb b/project/ui/qprof-ui.ipynb index 1dd8444b..37fe78e7 100644 --- a/project/ui/qprof-ui.ipynb +++ b/project/ui/qprof-ui.ipynb @@ -212,7 +212,7 @@ " display(btn)\n", " except Exception as e:\n", " logging.info(f'[Query Profile Tree Page] Failed to export qprof because of this error:{e}')\n", - " print(\"\\033[91mReport was not created successfully.\\033[0m\")\n", + " print(\"\\033[91mUnsuccessful.\\033[0m\")\n", " print(\"Error:\", e)\n", " print(\"\\n Press the button below to generate and download the HTML report...\")\n", " display(btn_report)\n", @@ -280,7 +280,7 @@ " a.setAttribute('href', '{data_url}');\n", " a.click();\n", " \"\"\"\n", - " with download_output:\n", + " with output_export:\n", " clear_output()\n", " display(HTML(f''))\n", "\n",