File size: 121 Bytes
fc115d5 | 1 2 3 4 5 6 7 8 | """
UI Layer Package
Streamlit dashboard for real-time monitoring.
"""
# Export main app function
__all__ = ['run_app']
|
fc115d5 | 1 2 3 4 5 6 7 8 | """
UI Layer Package
Streamlit dashboard for real-time monitoring.
"""
# Export main app function
__all__ = ['run_app']
|