d557d77
1
2
3
4
5
6
"""UI module: Gradio web interface.""" from coderag.ui.app import create_gradio_app __all__ = ["create_gradio_app"]