Tomoniai commited on
Commit
69f75d6
·
1 Parent(s): 97507e8

Update app.py

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