From f291cd631fe86d4f8f46b29a6c87d9a4cb03818f Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 12 Feb 2025 17:49:08 -0800 Subject: [PATCH] removed whitespace --- src/streamlit_app.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/streamlit_app.py b/src/streamlit_app.py index 4a82f65..cc92eb3 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -22,13 +22,6 @@ def init_session_state(): if 'page' not in st.session_state: st.session_state.page = 'Trading Journal' - - - - - - - def main(): st.set_page_config(page_title="Trading System", layout="wide") init_session_state()