WangZeJun commited on
Commit
e139b48
1 Parent(s): ca9574c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -12
app.py CHANGED
@@ -217,18 +217,16 @@ with gr.Blocks(
217
  )
218
  chatbot = gr.Chatbot().style(height=500)
219
  with gr.Row():
220
- with gr.Column():
221
- msg = gr.Textbox(
222
- label="Chat Message Box",
223
- placeholder="Chat Message Box",
224
- show_label=False,
225
- ).style(container=False)
226
- with gr.Column():
227
- with gr.Row():
228
- single_submit = gr.Button("单轮")
229
- multi_submit = gr.Button("多轮")
230
- stop = gr.Button("Stop")
231
- clear = gr.Button("Clear")
232
  with gr.Row():
233
  with gr.Accordion("Advanced Options:", open=False):
234
  with gr.Row():
 
217
  )
218
  chatbot = gr.Chatbot().style(height=500)
219
  with gr.Row():
220
+ msg = gr.Textbox(
221
+ label="Chat Message Box",
222
+ placeholder="Chat Message Box",
223
+ show_label=False,
224
+ ).style(container=False)
225
+ with gr.Row():
226
+ single_submit = gr.Button("单轮")
227
+ multi_submit = gr.Button("多轮")
228
+ stop = gr.Button("Stop")
229
+ clear = gr.Button("Clear")
 
 
230
  with gr.Row():
231
  with gr.Accordion("Advanced Options:", open=False):
232
  with gr.Row():