Crackershoot commited on
Commit
b02bf26
·
verified ·
1 Parent(s): 38fdfa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(type="messages")
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:",