xl2533 commited on
Commit
40b70be
1 Parent(s): 3ff2f90
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(title="Automatic Prompt Engineer", theme=gr.themes.Glass()) as de
71
  with gr.Row():
72
  with gr.Column(scale=1):
73
  test_instruction = gr.Textbox(lines=4, value="", label="Prompt to test")
74
- test_input = gr.Textbox(lines=1, value="", label="Inputs used to test prompt[多个输入以换行分割]")
75
  test_button = gr.Button("Test")
76
  with gr.Column(scale=1):
77
  test_output = gr.Textbox(lines=9, value="", label="Model Output")
 
71
  with gr.Row():
72
  with gr.Column(scale=1):
73
  test_instruction = gr.Textbox(lines=4, value="", label="Prompt to test")
74
+ test_input = gr.Textbox(lines=4, value="", label="Inputs used to test prompt[多个输入以换行分割]")
75
  test_button = gr.Button("Test")
76
  with gr.Column(scale=1):
77
  test_output = gr.Textbox(lines=9, value="", label="Model Output")