MatteoScript commited on
Commit
c3736cc
·
1 Parent(s): d906729

Update app.py

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