RobertCastagna commited on
Commit
92986d0
·
verified ·
1 Parent(s): a1620e9

Update pages/portfolio_tracker.py

Browse files
Files changed (1) hide show
  1. pages/portfolio_tracker.py +2 -0
pages/portfolio_tracker.py CHANGED
@@ -84,6 +84,8 @@ def get_list_of_tickers():
84
 
85
  # ---------------------------------------------------------------------------------------------- #
86
 
 
 
87
  symbols = []
88
 
89
  list_of_tickers = get_list_of_tickers()
 
84
 
85
  # ---------------------------------------------------------------------------------------------- #
86
 
87
+ st.set_page_config(layout="wide")
88
+
89
  symbols = []
90
 
91
  list_of_tickers = get_list_of_tickers()