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: