From 49a7ed68fda4b1246df2a5c652a56741b8cf3299 Mon Sep 17 00:00:00 2001
From: DIANE <abderrahim.diane@cefe.cnrs.fr>
Date: Tue, 6 Aug 2024 17:08:17 +0200
Subject: [PATCH] pdflatex_path

---
 src/Class_Mod/Miscellaneous.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Class_Mod/Miscellaneous.py b/src/Class_Mod/Miscellaneous.py
index d022b5d..21ea97b 100644
--- a/src/Class_Mod/Miscellaneous.py
+++ b/src/Class_Mod/Miscellaneous.py
@@ -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):
-- 
GitLab