Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ DK_seed = init_DK_seed_frames()
|
|
138 |
FD_seed = init_FD_seed_frames()
|
139 |
dk_raw, fd_raw = init_baselines()
|
140 |
|
141 |
-
tab1, tab2 = st.tabs(['
|
142 |
with tab2:
|
143 |
col1, col2 = st.columns([1, 7])
|
144 |
with col1:
|
|
|
138 |
FD_seed = init_FD_seed_frames()
|
139 |
dk_raw, fd_raw = init_baselines()
|
140 |
|
141 |
+
tab1, tab2 = st.tabs(['Contest Sims', 'Data Export'])
|
142 |
with tab2:
|
143 |
col1, col2 = st.columns([1, 7])
|
144 |
with col1:
|