Files
ALwrity/lib/chatbot_custom/ui/__init__.py

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'
]