File size: 181 Bytes
798602c
 
 
21b66b5
 
798602c
 
 
1
2
3
4
5
6
7
8
9
from ui.layout import build_layout

def main():
    app, theme, css = build_layout()
    app.launch(share=True, theme=theme, css=css)

if __name__ == "__main__":
    main()