From 6fd71990c9a46413b3cbd0aa405495e6cf4871a3 Mon Sep 17 00:00:00 2001 From: Stephanie <110046598+stephanie-bishop@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:40:17 -0700 Subject: [PATCH] Update streamlit_app.py_2024_02_23-SB --- streamlit_app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streamlit_app.py b/streamlit_app.py index ff4df5b..49bc6b2 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -99,7 +99,7 @@ def display_button(): display_button() def download_tutorial(): - display_instructions = st.selectbox('''or download the tutorial for better explanation''' , ('Close', 'download tutorial')) + display_instructions = st.selectbox('''or download the tutorial for a complete explanation''' , ('Close', 'download tutorial')) if display_instructions == 'download tutorial': st.write(get_binary_file_downloader_html('sample_files/SCALiR Tutorial.pdf', 'Tutorial.pdf'), unsafe_allow_html=True) @@ -149,7 +149,7 @@ def download_tutorial(): # st.sidebar.write("a sample file can be found [here](https://github.com/LSARP/ms-conc/tree/main/sample_files)") -std_info = st.sidebar.file_uploader('Upload standards concentrations file') +std_info = st.sidebar.file_uploader('Upload standards concentrations file. NOTE: the “μ” symbol denotes “µ” in the units column.') try: