From 56b94a5a74c30b2b88228feec69d27cc2a00f188 Mon Sep 17 00:00:00 2001 From: luis-ponce <57267049+luis-ponce@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:45:30 -0400 Subject: [PATCH] Update streamlit_app.py --- streamlit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_app.py b/streamlit_app.py index 35b927e..891be7f 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -442,7 +442,7 @@ def click_button4(): # # The message and nested widget will remain on the page # st.write(st.session_state.cp) # st.write(dat[dat.columns[:-2]]) - + st.write('Im here') st.session_state.u = st.session_state.units.unit[st.session_state.units.peak_label == st.session_state.cp].iloc[0] st.session_state.xlabel = st.text_input("Please enter the x-label", st.session_state.cp + ' concentration (' + st.session_state.u + ')')