Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-ponce authored Mar 28, 2024
1 parent 7f60db9 commit 56b94a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 + ')')

Expand Down

0 comments on commit 56b94a5

Please sign in to comment.