From d98c5ae8515b62715f64e7d025ec1f4dd7a1118d Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 8 Jul 2025 12:39:16 +0800 Subject: [PATCH] . --- gradio_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio_ui.py b/gradio_ui.py index 219d5ab..90d0cc0 100644 --- a/gradio_ui.py +++ b/gradio_ui.py @@ -84,7 +84,7 @@ with gr.Blocks(title="EvalScope 全功能界面") as demo: ) 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( fn=enforce_input_exclusive_and_toggle_fields,