Files
ALwrity/ToBeMigrated/chatbot_custom/ui/__init__.py
2025-08-06 16:29:49 +05:30

12 lines
261 B
Python

"""
UI Components for Enhanced ALwrity Chatbot.
This package contains modular UI components for the Streamlit interface:
- sidebar: Intelligent sidebar with dashboard and quick tools
"""
from .sidebar import SidebarManager
__all__ = [
'SidebarManager'
]