QuantumLearner commited on
Commit
b1b0e7b
·
verified ·
1 Parent(s): ec09b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1341,6 +1341,7 @@ def plot_ownership_and_investment_symbol(df):
1341
 
1342
  # Function for Main Navigation
1343
  def main():
 
1344
  with st.sidebar.expander("Navigation", expanded=True):
1345
  page = st.radio("Go to", ["Portfolio Allocation", "Investor Performance", "Symbol Ownership","CIK List"])
1346
 
 
1341
 
1342
  # Function for Main Navigation
1343
  def main():
1344
+ st.sidebar.title("Input Parameters")
1345
  with st.sidebar.expander("Navigation", expanded=True):
1346
  page = st.radio("Go to", ["Portfolio Allocation", "Investor Performance", "Symbol Ownership","CIK List"])
1347