Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ FD_seed = init_FD_seed_frames()
|
|
139 |
dk_raw, fd_raw = init_baselines()
|
140 |
|
141 |
tab1, tab2 = st.tabs(['Data Export', 'Contest Sims'])
|
142 |
-
with
|
143 |
col1, col2 = st.columns([1, 7])
|
144 |
with col1:
|
145 |
if st.button("Load/Reset Data", key='reset1'):
|
@@ -222,7 +222,7 @@ with tab1:
|
|
222 |
if 'data_export_display' in st.session_state:
|
223 |
st.dataframe(st.session_state.data_export_display.style.format(freq_format, precision=2), use_container_width = True)
|
224 |
|
225 |
-
with
|
226 |
col1, col2 = st.columns([1, 7])
|
227 |
with col1:
|
228 |
if st.button("Load/Reset Data", key='reset2'):
|
|
|
139 |
dk_raw, fd_raw = init_baselines()
|
140 |
|
141 |
tab1, tab2 = st.tabs(['Data Export', 'Contest Sims'])
|
142 |
+
with tab2:
|
143 |
col1, col2 = st.columns([1, 7])
|
144 |
with col1:
|
145 |
if st.button("Load/Reset Data", key='reset1'):
|
|
|
222 |
if 'data_export_display' in st.session_state:
|
223 |
st.dataframe(st.session_state.data_export_display.style.format(freq_format, precision=2), use_container_width = True)
|
224 |
|
225 |
+
with tab1:
|
226 |
col1, col2 = st.columns([1, 7])
|
227 |
with col1:
|
228 |
if st.button("Load/Reset Data", key='reset2'):
|