samir-fama commited on
Commit
560bb48
1 Parent(s): d05eb41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def generate(prompt, history,
47
  yield output
48
  return output
49
 
50
- samir_chatbot = gr.Chatbot(avatar_images=["./user.png", "./fernando-pixel.png"],
51
  bubble_full_width=False,
52
  show_label=False,
53
  show_copy_button=True,
 
47
  yield output
48
  return output
49
 
50
+ samir_chatbot = gr.Chatbot(avatar_images=["./user.png", "./bot.png"],
51
  bubble_full_width=False,
52
  show_label=False,
53
  show_copy_button=True,