"""UI components for WILL. Supports both Streamlit and Gradio interfaces. Usage: # Streamlit from src.ui.streamlit import CUSTOM_CSS, render_generate_page # Gradio from src.ui.gradio import create_app """ __all__ = ["streamlit", "gradio"]