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()