megabots / qnabot /__init__.py
momegas's picture
😎 Add a gradio UI
df40774
raw
history blame
88 Bytes
from .QnABot import QnABot
from .api import create_app
from .ui import create_interface