multimodal-rag / src /web /__init__.py
itachi
Initial deployment
a809248
raw
history blame contribute delete
82 Bytes
"""Web interface package."""
from .app import create_ui
__all__ = ["create_ui"]