josh-r-meyer commited on
Commit
f31f07e
1 Parent(s): 834b007

add hf icon

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -495,7 +495,7 @@ with gr.Blocks(title=title) as demo:
495
  chatbot = gr.Chatbot(
496
  [],
497
  elem_id="chatbot",
498
- avatar_images=("examples/mirror.png", "examples/coqui-logo.png"),
499
  bubble_full_width=False,
500
  )
501
 
 
495
  chatbot = gr.Chatbot(
496
  [],
497
  elem_id="chatbot",
498
+ avatar_images=("examples/hf-logo.png", "examples/coqui-logo.png"),
499
  bubble_full_width=False,
500
  )
501