Files
deploy/pages/orchestration/launch_bot_v2_st/app.py
2024-07-09 18:11:12 +03:00

10 lines
239 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()