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 56b94a5 commit 8235b5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,9 @@ 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 + ')')

st.write('Im here')
if st.session_state.internal == 'on':
st.session_state.ylabel = st.text_input("Please enter the y-label", st.session_state.cp + ' response ratio')
else:
Expand Down

0 comments on commit 8235b5f

Please sign in to comment.