ChancesYuan commited on
Commit
a59c7e0
·
1 Parent(s): 2c36eb0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
48
  add_button = gr.Button("Add")
49
 
50
  with gr.Column():
51
- add_output = gr.Textbox(label="Add Results", lines=3, placeholder="")
52
 
53
  origin_button.click(fn=origin_preditcion, inputs=[input, alter_label], outputs=origin_output)
54
  edit_button.click(fn=edit_process, inputs=[input, alter_label], outputs=edit_output)
 
48
  add_button = gr.Button("Add")
49
 
50
  with gr.Column():
51
+ add_output = gr.Textbox(label="Add Results", lines=5, placeholder="")
52
 
53
  origin_button.click(fn=origin_preditcion, inputs=[input, alter_label], outputs=origin_output)
54
  edit_button.click(fn=edit_process, inputs=[input, alter_label], outputs=edit_output)