"""Gradio UI entry point — thin re-export shim.""" from code_tribunal.ui.app import create_app, main if __name__ == "__main__": main()