Dongxu Li commited on
Commit
0895c8d
1 Parent(s): 27cca60
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks(
221
 
222
  # with gr.Row():
223
  with gr.Column(scale=1):
224
- chat_input = gr.Textbox(lines=2, label="Chat Input")
225
  chat_input.submit(
226
  inference_chat,
227
  [
 
221
 
222
  # with gr.Row():
223
  with gr.Column(scale=1):
224
+ chat_input = gr.Textbox(lines=1, label="Chat Input")
225
  chat_input.submit(
226
  inference_chat,
227
  [