bupa1018 commited on
Commit
417adb9
·
1 Parent(s): 85f923d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ def main():
250
 
251
  with gr.Tab("Kadi4Mat - AI Assistant"):
252
  with gr.Row():
253
- with gr.Column(scale=7):
254
  chatbot = gr.Chatbot([], elem_id="chatbot", label="Kadi Bot", bubble_full_width=False, show_copy_button=True)
255
  user_txt = gr.Textbox(label="Question", placeholder="Type in your question and press Enter or click Submit")
256
 
 
250
 
251
  with gr.Tab("Kadi4Mat - AI Assistant"):
252
  with gr.Row():
253
+ with gr.Column(scale=10):
254
  chatbot = gr.Chatbot([], elem_id="chatbot", label="Kadi Bot", bubble_full_width=False, show_copy_button=True)
255
  user_txt = gr.Textbox(label="Question", placeholder="Type in your question and press Enter or click Submit")
256