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