This commit is contained in:
hailin 2025-07-08 12:39:16 +08:00
parent 28d2ba3343
commit d98c5ae851
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ with gr.Blocks(title="EvalScope 全功能界面") as demo:
) )
run_button = gr.Button("Run Evaluation") run_button = gr.Button("Run Evaluation")
output_text = gr.Textbox(label="执行结果", lines=20, interactive=False) output_text = gr.TextArea(label="执行结果", lines=20, interactive=False, show_copy_button=True)
input_choices.change( input_choices.change(
fn=enforce_input_exclusive_and_toggle_fields, fn=enforce_input_exclusive_and_toggle_fields,