Files
deploy/pages/orchestration/launch_bot_v2_st/app.py
2024-07-23 15:02:31 +03:00

9 lines
238 B
Python

from frontend.components.deploy_v2_with_controllers import LaunchV2WithControllers
from frontend.st_utils import initialize_st_page
initialize_st_page(title="Launch Bot ST", icon="🙌")
launcher = LaunchV2WithControllers()
launcher()