File size: 340 Bytes
338d95d
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
CompI User Interface Components
Interactive web interfaces for the CompI platform.
"""

__all__ = [
    "compi_phase1c_streamlit_ui",
    "compi_phase1c_gradio_ui",
    "compi_phase2a_streamlit_ui",
    "compi_phase2b_streamlit_ui",
    "compi_phase2c_streamlit_ui",
    "compi_phase2d_streamlit_ui",
    "compi_phase2e_streamlit_ui"
]