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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -152,7 +152,7 @@ gradio.ChatInterface(
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,
 
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,