ai_exec / app /__init__.py
Chaitanya-aitf's picture
Upload 38 files
45ee481 verified
raw
history blame contribute delete
155 Bytes
"""
Gradio application module for AI Executive System.
This module provides the web interface for the AI Executive chatbot.
"""
__all__ = ["create_app"]