From 2dc859f263dc805b2cfe53d2efd7dcb6269502e2 Mon Sep 17 00:00:00 2001 From: sergiopaniego Date: Mon, 8 Dec 2025 16:24:06 +0100 Subject: [PATCH 1/4] Remove show_api from demo.launch --- trackio/ui/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/trackio/ui/main.py b/trackio/ui/main.py index cf84475..053ce3f 100644 --- a/trackio/ui/main.py +++ b/trackio/ui/main.py @@ -1449,6 +1449,5 @@ def render_grouped_runs(project, group_key, filter_text, selection): if __name__ == "__main__": demo.launch( allowed_paths=[utils.TRACKIO_LOGO_DIR, utils.TRACKIO_DIR], - show_api=False, show_error=True, ) From 78a5d1212ef3717817362ee552cbfbc44cb0f4a4 Mon Sep 17 00:00:00 2001 From: gradio-pr-bot Date: Mon, 8 Dec 2025 15:28:47 +0000 Subject: [PATCH 2/4] add changeset --- .changeset/polite-buttons-sin.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/polite-buttons-sin.md diff --git a/.changeset/polite-buttons-sin.md b/.changeset/polite-buttons-sin.md new file mode 100644 index 0000000..56deb27 --- /dev/null +++ b/.changeset/polite-buttons-sin.md @@ -0,0 +1,5 @@ +--- +"trackio": minor +--- + +feat:Remove show_api from demo.launch From a1fe7edefead0c3bed92094442fe86201086f121 Mon Sep 17 00:00:00 2001 From: Abubakar Date: Mon, 8 Dec 2025 08:00:33 -0800 Subject: [PATCH 3/4] changes --- trackio/ui/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trackio/ui/main.py b/trackio/ui/main.py index 053ce3f..f3d5d45 100644 --- a/trackio/ui/main.py +++ b/trackio/ui/main.py @@ -1449,5 +1449,6 @@ def render_grouped_runs(project, group_key, filter_text, selection): if __name__ == "__main__": demo.launch( allowed_paths=[utils.TRACKIO_LOGO_DIR, utils.TRACKIO_DIR], + footer_links=["gradio", "settings"], show_error=True, ) From 335fcc891a443869a9d6a49bf99508f6a02e77c9 Mon Sep 17 00:00:00 2001 From: admin-coderabbit Date: Mon, 19 Jan 2026 17:18:48 +0530 Subject: [PATCH 4/4] Update polite-buttons-sin.md --- .changeset/polite-buttons-sin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/polite-buttons-sin.md b/.changeset/polite-buttons-sin.md index 56deb27..2bb846e 100644 --- a/.changeset/polite-buttons-sin.md +++ b/.changeset/polite-buttons-sin.md @@ -2,4 +2,5 @@ "trackio": minor --- + feat:Remove show_api from demo.launch