Multichem commited on
Commit
4b1d079
·
verified ·
1 Parent(s): 0b6711f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def init_baselines():
77
 
78
  DK_seed, FD_seed, dk_raw, fd_raw = init_baselines()
79
 
80
- tab1, tab2 = ['Data Export', 'Contest Sims']
81
  with tab1:
82
  col1, col2 = st.columns([1, 7])
83
  with col1:
 
77
 
78
  DK_seed, FD_seed, dk_raw, fd_raw = init_baselines()
79
 
80
+ tab1, tab2 = st.tabs(['Data Export', 'Contest Sims'])
81
  with tab1:
82
  col1, col2 = st.columns([1, 7])
83
  with col1: