From 9369eadd4757806e775b5fe92e23202ab9fa5b42 Mon Sep 17 00:00:00 2001 From: "Bobby (aider)" Date: Tue, 11 Feb 2025 18:47:12 -0800 Subject: [PATCH] fix: Correct syntax error in trading plan delete button placement --- src/streamlit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: