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 Feb 9, 2024
1 parent b56bb2c commit 5dcc916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def download_tutorial():

if 'internal_standard' in st.session_state.std_information.columns:
st.session_state.internal_standard = st.session_state.std_information[['peak_label','internal_standard']]
st.session_state.std_information = st.session_state.std_information.drop(columns = ['internal_standard'])
st.session_state.internal = 'on'

st.write("the calculations will proceed according to internal standards protocol")
Expand Down

0 comments on commit 5dcc916

Please sign in to comment.