Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|