removed whitespace

This commit is contained in:
Bobby 2025-02-12 17:49:08 -08:00
parent c5d7a96e38
commit f291cd631f

View File

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