diff --git a/src/streamlit_app.py b/src/streamlit_app.py index b0dec51..d04c3c6 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -1078,7 +1078,7 @@ def trading_plan_page(): update_trading_plan(plan) st.success("Plan updated successfully!") st.experimental_set_query_params(rerun=True) - + # Add delete button if st.button("Delete Plan", key="delete_plan_button"): try: