R-Kentaren commited on
Commit
6807a60
·
verified ·
1 Parent(s): 6cda6d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -708,10 +708,7 @@ with gr.Blocks(
708
  chat = gr.Chatbot(
709
  type="messages",
710
  height=600,
711
- label="💬 Conversation",
712
- show_copy_button=True,
713
- avatar_images=(None, "🤖"),
714
- bubble_full_width=False
715
  )
716
 
717
  # Input Area
 
708
  chat = gr.Chatbot(
709
  type="messages",
710
  height=600,
711
+ label="💬 Conversation"
 
 
 
712
  )
713
 
714
  # Input Area