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