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 e7f1da9 commit ca354cb
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 @@ -233,7 +233,7 @@ def download_tutorial():

if st.session_state.internal == 'on':
# Internal standards will use the same table format as mint dense
st.session_state.by_ = peak_max
st.session_state.by_ = 'peak_max'
st.session_state.raw_results = cc.info_from_Mint_dense(st.session_state.raw_results)
# st.write(st.session_state.raw_results)

Expand Down

0 comments on commit ca354cb

Please sign in to comment.