Update app.py
Browse files
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]
|