diff --git a/main.py b/main.py index 218827f..d037b1a 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ def main_page(): Page("main.py", "Hummingbot Dashboard", "📊"), Section("Bot Orchestration", "🐙"), Page("frontend/pages/orchestration/instances/app.py", "Instances", "🦅"), - Page("frontend/pages/orchestration/launch_bot_v2/app.py", "Deploy", "🚀"), + Page("frontend/pages/orchestration/launch_bot_v2/app.py", "Deploy V2", "🚀"), Page("frontend/pages/orchestration/credentials/app.py", "Credentials", "🔑"), Page("frontend/pages/orchestration/portfolio/app.py", "Portfolio", "💰"), # Page("frontend/pages/orchestration/launch_bot_v2_st/app.py", "Deploy ST", "🙌"),