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