AnatoliiG commited on
Commit ·
70bc007
1
Parent(s): ce363f1
Update components.py
Browse files- src/ui/components.py +1 -1
src/ui/components.py
CHANGED
|
@@ -31,7 +31,7 @@ def create_ui():
|
|
| 31 |
clear = gr.Button("🗑️ Clear")
|
| 32 |
|
| 33 |
with gr.Column(elem_id="col-chat-main"):
|
| 34 |
-
chatbot = gr.Chatbot(elem_id="chatbot"
|
| 35 |
with gr.Row(elem_id="input-area"):
|
| 36 |
msg = gr.Textbox(show_label=False, scale=9, autofocus=True)
|
| 37 |
submit = gr.Button("Run ➤", variant="primary", scale=1)
|
|
|
|
| 31 |
clear = gr.Button("🗑️ Clear")
|
| 32 |
|
| 33 |
with gr.Column(elem_id="col-chat-main"):
|
| 34 |
+
chatbot = gr.Chatbot(elem_id="chatbot")
|
| 35 |
with gr.Row(elem_id="input-area"):
|
| 36 |
msg = gr.Textbox(show_label=False, scale=9, autofocus=True)
|
| 37 |
submit = gr.Button("Run ➤", variant="primary", scale=1)
|