FractalAIR commited on
Commit
d336226
·
verified ·
1 Parent(s): 870cc0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
127
  #chatbot = gr.Chatbot(label="Chat", type="messages")
128
  chatbot = gr.Chatbot(label="Chat", type="messages", height=520)
129
  with gr.Row():
130
- user_input = gr.Textbox(label="User Input", placeholder="Type your question here...", lines=4, scale=8)
131
  with gr.Column():
132
  submit_button = gr.Button("Send", variant="primary", scale=1)
133
  clear_button = gr.Button("Clear", scale=1)
 
127
  #chatbot = gr.Chatbot(label="Chat", type="messages")
128
  chatbot = gr.Chatbot(label="Chat", type="messages", height=520)
129
  with gr.Row():
130
+ user_input = gr.Textbox(label="User Input", placeholder="Type your question here...", lines=3, scale=8)
131
  with gr.Column():
132
  submit_button = gr.Button("Send", variant="primary", scale=1)
133
  clear_button = gr.Button("Clear", scale=1)