From cd113af8d3c52408c60c6e592d898cafdfaa7945 Mon Sep 17 00:00:00 2001 From: luis-ponce <57267049+luis-ponce@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:00:52 -0500 Subject: [PATCH] Update streamlit_app.py --- streamlit_app.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/streamlit_app.py b/streamlit_app.py index 8f9ebad..ff4df5b 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -218,6 +218,11 @@ def click_button1(): 'Click here to download an example of the Maven peaklist file') st.sidebar.write(tmp_download_link, unsafe_allow_html=True) +tmp_download_link = download_link(pd.read_csv('sample_files/SCALiR_Internal_Standard_Peaklist.csv'), + 'SCALiR_Internal_Standard_Peaklist_sample.csv', + 'Click here to download an example of the internal standards peaklist file') +st.sidebar.write(tmp_download_link, unsafe_allow_html=True) + results_file = st.sidebar.file_uploader("upload the data file..") try: