doctorvivin commited on
Commit
7a2154d
·
verified ·
1 Parent(s): 41909f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def generate(
41
  return output
42
 
43
  mychatbot = gr.Chatbot(
44
- avatar_images=["./user.png", "./botm.png"],)
45
 
46
  demo = gr.ChatInterface(
47
  fn=generate,
 
41
  return output
42
 
43
  mychatbot = gr.Chatbot(
44
+ avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
45
 
46
  demo = gr.ChatInterface(
47
  fn=generate,