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:
|
if 'page' not in st.session_state:
|
||||||
st.session_state.page = 'Trading Journal'
|
st.session_state.page = 'Trading Journal'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
st.set_page_config(page_title="Trading System", layout="wide")
|
st.set_page_config(page_title="Trading System", layout="wide")
|
||||||
init_session_state()
|
init_session_state()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user