Braddy commited on
Commit
35a2a1f
1 Parent(s): 0e91fca
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(css=css) as demo:
82
  with gr.Column(elem_id="col-container"):
83
  gr.HTML(title)
84
 
85
- chatbot = gr.Chatbot([], elem_id="chatbot")
86
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
87
  submit_btn = gr.Button("Send Message")
88
 
 
82
  with gr.Column(elem_id="col-container"):
83
  gr.HTML(title)
84
 
85
+ chatbot = gr.Chatbot([], elem_id="chatbot").style(height=300)
86
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
87
  submit_btn = gr.Button("Send Message")
88