Multichem commited on
Commit
dc58382
·
verified ·
1 Parent(s): 84ed131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 tab1:
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 tab2:
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'):