Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ with tab1:
|
|
198 |
|
199 |
with st.container():
|
200 |
if 'data_export_display' in st.session_state:
|
201 |
-
st.table(st.session_state.data_export_display
|
202 |
|
203 |
if st.button("Prepare data export", key='data_export'):
|
204 |
data_export = st.session_state.working_seed.copy()
|
|
|
198 |
|
199 |
with st.container():
|
200 |
if 'data_export_display' in st.session_state:
|
201 |
+
st.table(st.session_state.data_export_display)
|
202 |
|
203 |
if st.button("Prepare data export", key='data_export'):
|
204 |
data_export = st.session_state.working_seed.copy()
|