Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
""")
|