ccm commited on
Commit
492f838
·
verified ·
1 Parent(s): e2d8d15

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -152,6 +152,7 @@ gradio.ChatInterface(
152
  reply,
153
  examples=EXAMPLE_QUERIES,
154
  chatbot=gradio.Chatbot(
 
155
  show_label=False,
156
  show_share_button=False,
157
  show_copy_button=False,
 
152
  reply,
153
  examples=EXAMPLE_QUERIES,
154
  chatbot=gradio.Chatbot(
155
+ avatar_images=[None, "https://event.asme.org/Events/media/library/images/IDETC-CIE/IDETC-Logo-Announcements.png?ext=.png"]
156
  show_label=False,
157
  show_share_button=False,
158
  show_copy_button=False,