FractalAIR commited on
Commit
06f021e
·
verified ·
1 Parent(s): 8158154

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,9 +161,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
161
 
162
  with gr.Column(scale=4):
163
  #chatbot = gr.Chatbot(label="Chat", type="messages")
164
- chatbot = gr.Chatbot(label="Chat", type="messages", height=520)
165
  with gr.Row():
166
- user_input = gr.Textbox(label="User Input", placeholder="Type your question here...", lines=3, scale=8)
167
  with gr.Column():
168
  submit_button = gr.Button("Send", variant="primary", scale=1)
169
  stop_button = gr.Button("⏹ Stop", variant="secondary", scale=1)
 
161
 
162
  with gr.Column(scale=4):
163
  #chatbot = gr.Chatbot(label="Chat", type="messages")
164
+ chatbot = gr.Chatbot(label="Chat", type="messages", height=500)
165
  with gr.Row():
166
+ user_input = gr.Textbox(label="User Input", placeholder="Type your question here...", lines=4, scale=8)
167
  with gr.Column():
168
  submit_button = gr.Button("Send", variant="primary", scale=1)
169
  stop_button = gr.Button("⏹ Stop", variant="secondary", scale=1)