Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -321,7 +321,7 @@ with gr.Blocks(
|
|
| 321 |
# LEFT SIDE (CHAT)
|
| 322 |
with gr.Column(scale=3):
|
| 323 |
|
| 324 |
-
chatbot = gr.Chatbot(
|
| 325 |
|
| 326 |
question = gr.Textbox(
|
| 327 |
label="Ask Dox a question:",
|
|
|
|
| 321 |
# LEFT SIDE (CHAT)
|
| 322 |
with gr.Column(scale=3):
|
| 323 |
|
| 324 |
+
chatbot = gr.Chatbot(label="💬 Conversation", elem_classes="chatbot")
|
| 325 |
|
| 326 |
question = gr.Textbox(
|
| 327 |
label="Ask Dox a question:",
|