Tomoniai commited on
Commit
b79e737
1 Parent(s): fb21c29

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
  return output
41
 
42
  mychatbot = gr.Chatbot(
43
- avatar_images=["./user.png", "./bot.png"], bubble_full_width=False, show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
44
 
45
  gr.ChatInterface(
46
  fn=generate,
 
40
  return output
41
 
42
  mychatbot = gr.Chatbot(
43
+ avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
44
 
45
  gr.ChatInterface(
46
  fn=generate,