Multichem commited on
Commit
0af3bdd
·
verified ·
1 Parent(s): a125865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, use_container_width=True)
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()