Skip to content

Commit

Permalink
Update streamlit_app.py_2024_02_23-SB
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-bishop authored Feb 23, 2024
1 parent cd113af commit 6fd7199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6fd7199

Please sign in to comment.