Spaces:
Build error
Build error
James McCool commited on
Commit ·
473e375
1
Parent(s): f163624
messed up my add math
Browse files
app.py
CHANGED
|
@@ -1743,7 +1743,7 @@ if selected_tab == 'Manage Portfolio':
|
|
| 1743 |
st.session_state['base_frame_names'] = {}
|
| 1744 |
if 'origin_portfolio' in st.session_state and 'projections_df' in st.session_state:
|
| 1745 |
with st.container():
|
| 1746 |
-
reset_port_col, recalc_div_col, set_base_col, blank_reset_col, contest_size_col = st.columns([.15, .15, .15, .
|
| 1747 |
with reset_port_col:
|
| 1748 |
with st.popover("Reset Portfolio"):
|
| 1749 |
st.markdown("choose a base to reset to:")
|
|
|
|
| 1743 |
st.session_state['base_frame_names'] = {}
|
| 1744 |
if 'origin_portfolio' in st.session_state and 'projections_df' in st.session_state:
|
| 1745 |
with st.container():
|
| 1746 |
+
reset_port_col, recalc_div_col, set_base_col, blank_reset_col, contest_size_col = st.columns([.15, .15, .15, .35, .30])
|
| 1747 |
with reset_port_col:
|
| 1748 |
with st.popover("Reset Portfolio"):
|
| 1749 |
st.markdown("choose a base to reset to:")
|