Skip to content
Snippets Groups Projects
Commit 49a7ed68 authored by DIANE's avatar DIANE
Browse files

pdflatex_path

parent 89649c40
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ def resid_plot( meas, pred, train_idx, test_idx):
# function that create a download button - needs the data to save and the file name to store to
def download_results(data, export_name):
with open(data) as f:
st.download_button('Download Results', f, export_name)
st.download_button('Download', f, export_name, type='primary')
@st.cache_resource
def plot_spectra(df, xunits, yunits):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment