removed whitespace
This commit is contained in:
parent
c5d7a96e38
commit
f291cd631f
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user