From e35244fa4776ed35a2c198f004a39c6d3ae3b54f Mon Sep 17 00:00:00 2001 From: cardosofede Date: Wed, 29 May 2024 01:48:46 -0500 Subject: [PATCH] (feat) include new pages in main --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 1190d7a..218827f 100644 --- a/main.py +++ b/main.py @@ -13,6 +13,8 @@ def main_page(): 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/credentials/app.py", "Credentials", "🔑"), + Page("frontend/pages/orchestration/portfolio/app.py", "Portfolio", "💰"), # Page("frontend/pages/orchestration/launch_bot_v2_st/app.py", "Deploy ST", "🙌"), # Page("pages/file_manager/app.py", "File Explorer", "🗂"), Section("Config Generator", "🎛️"),