Multichem commited on
Commit
cf456c3
·
verified ·
1 Parent(s): 56b3a6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with tab1:
184
  elif stack_var1 == 'Full Slate':
185
  stack_var2 = [4, 3, 2, 1, 0]
186
 
187
- if 'working_seed' in st.session_state:
188
  if st.button("Prepare data export", key='data_export'):
189
  data_export = st.session_state.working_seed.copy()
190
  st.download_button(
 
184
  elif stack_var1 == 'Full Slate':
185
  stack_var2 = [4, 3, 2, 1, 0]
186
 
187
+ if 'data_export_display' in st.session_state:
188
  if st.button("Prepare data export", key='data_export'):
189
  data_export = st.session_state.working_seed.copy()
190
  st.download_button(