QuantumLearner commited on
Commit
f14b37d
·
verified ·
1 Parent(s): 6db6f70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def fetch_cik_name_combinations():
82
 
83
  # Function for Page 2: Portfolio Allocation
84
  def page2():
85
- st.title("Portfolio Allocation Over Time")
86
  st.markdown("""
87
  Fetch and visualize portfolio allocation data over time for a specific CIK. Enter the CIK and specify a start date to analyze the portfolio's composition.
88
  """)
 
82
 
83
  # Function for Page 2: Portfolio Allocation
84
  def page2():
85
+ st.title("Institutional Portfolio Allocation")
86
  st.markdown("""
87
  Fetch and visualize portfolio allocation data over time for a specific CIK. Enter the CIK and specify a start date to analyze the portfolio's composition.
88
  """)