diff --git a/.changeset/polite-buttons-sin.md b/.changeset/polite-buttons-sin.md new file mode 100644 index 0000000..2bb846e --- /dev/null +++ b/.changeset/polite-buttons-sin.md @@ -0,0 +1,6 @@ +--- +"trackio": minor +--- + + +feat:Remove show_api from demo.launch diff --git a/trackio/ui/main.py b/trackio/ui/main.py index cf84475..f3d5d45 100644 --- a/trackio/ui/main.py +++ b/trackio/ui/main.py @@ -1449,6 +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], - show_api=False, + footer_links=["gradio", "settings"], show_error=True, )