Spaces:
Sleeping
Sleeping
Update modules/ui_components.py
Browse files- 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
|
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 {
|