FlipTip commited on
Commit
3528035
1 Parent(s): c554732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def generate(
46
  return output
47
 
48
  mychatbot = gr.Chatbot(
49
- avatar_images=["./user.png", "./bot.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,
50
  )
51
 
52
  demo = gr.Interface(
 
46
  return output
47
 
48
  mychatbot = gr.Chatbot(
49
+ avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,
50
  )
51
 
52
  demo = gr.Interface(