Skip to content

Commit

Permalink
Update streamlit_app.py_2024_02_23-SB_6
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-bishop authored Feb 23, 2024
1 parent 2fb976d commit 1449716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ def click_button4():
value: signal intensity value for sample in peaklist datafile\n
pred_conc: concentration value calculated by SCALiR\n
in_range: 1 = concentration is within the linear range; 0 = concentration is NOT within the linear range\n
*Note: concentrations outside the linear range are not considered quantitative
*Notes: concentrations outside the linear range are not considered quantitative\n
Concentration values are calculated based on the concentration of analyte injected into the LC-MS system. If applicable, users must manually calculate the final concentration of the analyte in the sample based on the dilution factor used during sample preparation.
''')

tmp_download_link = download_link(st.session_state.X, 'results.csv', 'Click here to download your concentration data')
Expand Down

0 comments on commit 1449716

Please sign in to comment.