From 62edcb99e310567e8016a8271ce82c44e0fcada4 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Thu, 21 Sep 2023 15:13:32 +0800 Subject: [PATCH] (feat) increase the height of the table --- pages/launch_bot/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/launch_bot/app.py b/pages/launch_bot/app.py index ab71255..dd2e43c 100644 --- a/pages/launch_bot/app.py +++ b/pages/launch_bot/app.py @@ -32,7 +32,7 @@ if "launch_bots_board" not in st.session_state: board = Dashboard() launch_bots_board = SimpleNamespace( dashboard=board, - launch_bot=LaunchStrategyV2(board, 0, 0, 12, 4), + launch_bot=LaunchStrategyV2(board, 0, 0, 12, 10), ) st.session_state.launch_bots_board = launch_bots_board