Zekun Wu commited on
Commit
08a5da2
1 Parent(s): 86607a2
Files changed (1) hide show
  1. pages/1_Generation.py +1 -1
pages/1_Generation.py CHANGED
@@ -77,7 +77,7 @@ if st.session_state.model_submitted:
77
 
78
  # Allow downloading of the evaluation results
79
  st.download_button(
80
- label="Download Evaluation Results",
81
  data=df.to_csv().encode('utf-8'),
82
  file_name='generation_results.csv',
83
  mime='text/csv',
 
77
 
78
  # Allow downloading of the evaluation results
79
  st.download_button(
80
+ label="Download Generation Results",
81
  data=df.to_csv().encode('utf-8'),
82
  file_name='generation_results.csv',
83
  mime='text/csv',