bupa1018 commited on
Commit
40be4b1
·
1 Parent(s): 6956308

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -415,7 +415,7 @@ def main():
415
  with gr.Tab("Kadi4Mat - AI Assistant"):
416
  with gr.Row():
417
  with gr.Column(scale=10):
418
- chatbot = gr.Chatbot([], elem_id="chatbot", label="Kadi Bot", bubble_full_width=False, show_copy_button=True)
419
  user_txt = gr.Textbox(label="Question", placeholder="Type in your question and press Enter or click Submit")
420
 
421
  with gr.Row():
 
415
  with gr.Tab("Kadi4Mat - AI Assistant"):
416
  with gr.Row():
417
  with gr.Column(scale=10):
418
+ chatbot = gr.Chatbot([], elem_id="chatbot", label="Kadi Bot", bubble_full_width=False, show_copy_button=True, height=600)
419
  user_txt = gr.Textbox(label="Question", placeholder="Type in your question and press Enter or click Submit")
420
 
421
  with gr.Row():