from frontend_app import CUSTOM_CSS, THEME, demo if __name__ == "__main__": demo.launch(theme=THEME, css=CUSTOM_CSS)