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 Aug 27, 2024
1 parent 783617d commit 89cc25f
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 @@ -446,7 +446,7 @@ def click_button4():
# st.write(dat[dat.columns[:-2]])
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')
# 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 89cc25f

Please sign in to comment.