ALwrity Chatbot, SEO, Social media, Settings, Dashboard UI styling changes
This commit is contained in:
12
lib/chatbot_custom/ui/__init__.py
Normal file
12
lib/chatbot_custom/ui/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
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'
|
||||
]
|
||||
Reference in New Issue
Block a user