diff --git a/src/Class_Mod/Miscellaneous.py b/src/Class_Mod/Miscellaneous.py
index d022b5dd9f7ebbade650c9ee631963f4c9cfe2af..21ea97b159172bbb63d904e99d8896d617884de3 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):