Multichem commited on
Commit
6010902
·
1 Parent(s): 214a466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -433,6 +433,7 @@ with tab3:
433
  combo_file = pd.concat([cpt_proj, flex_proj], ignore_index=True)
434
 
435
  with col2:
 
436
  if st.button('Optimize'):
437
  for key in st.session_state.keys():
438
  del st.session_state[key]
 
433
  combo_file = pd.concat([cpt_proj, flex_proj], ignore_index=True)
434
 
435
  with col2:
436
+ optimize_container = st.empty()
437
  if st.button('Optimize'):
438
  for key in st.session_state.keys():
439
  del st.session_state[key]