(feat) increase the height of the table

This commit is contained in:
cardosofede
2023-09-21 15:13:32 +08:00
parent 5b66c82b10
commit 62edcb99e3

View File

@@ -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