File size: 259 Bytes
f94169f
d1033d4
f94169f
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""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"]