ALwrity Version 0.5.1 (Fastapi + React)

This commit is contained in:
ajaysi
2025-08-06 16:29:49 +05:30
parent dbf761c31f
commit 2579c12ba4
331 changed files with 0 additions and 22 deletions

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