This commit is contained in:
parent
28d2ba3343
commit
d98c5ae851
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue