File size: 118 Bytes
42f5b98
 
 
 
 
1
2
3
4
5
6
"""UI module: Gradio web interface."""

from coderag.ui.app import create_gradio_app

__all__ = ["create_gradio_app"]