Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-ponce authored Feb 23, 2024
1 parent 5aa6c53 commit cd113af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd113af

Please sign in to comment.