""" app.py ====== Entry point only. Imports layout and styles, then launches. """ from ui_layout import build_demo from ui_styles import THEME, CSS demo = build_demo() demo.launch(theme=THEME, css=CSS)