From 2dc859f263dc805b2cfe53d2efd7dcb6269502e2 Mon Sep 17 00:00:00 2001 From: sergiopaniego Date: Mon, 8 Dec 2025 16:24:06 +0100 Subject: [PATCH] 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, )