rohansampath commited on
Commit
fdb8962
·
verified ·
1 Parent(s): 6997696

Update modules/ui_components.py

Browse files
Files changed (1) hide show
  1. modules/ui_components.py +1 -1
modules/ui_components.py CHANGED
@@ -90,7 +90,7 @@ def create_action_buttons():
90
  """
91
  with gr.Row():
92
  with gr.Column(scale=1):
93
- eval_button = gr.Button("Run MMLU-Pro Evaluation", variant="primary", interactive=False)
94
  cancel_button = gr.Button("Cancel Evaluation", variant="stop", visible=False)
95
 
96
  return {
 
90
  """
91
  with gr.Row():
92
  with gr.Column(scale=1):
93
+ eval_button = gr.Button("Run Evaluation", variant="primary", interactive=False)
94
  cancel_button = gr.Button("Cancel Evaluation", variant="stop", visible=False)
95
 
96
  return {