ccm commited on
Commit
5305fc9
·
verified ·
1 Parent(s): 5b5075f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -182,7 +182,8 @@ gradio.ChatInterface(
182
  reply,
183
  examples=EXAMPLE_QUERIES,
184
  chatbot=gradio.Chatbot(
185
- show_label=False, show_copy_button=True, value=[[None, GREETING]]
 
186
  ),
187
  retry_btn=None,
188
  undo_btn=None,
 
182
  reply,
183
  examples=EXAMPLE_QUERIES,
184
  chatbot=gradio.Chatbot(
185
+ show_label=False, show_share_button=False, show_copy_button=False, value=[[None, GREETING]],
186
+ avatar_images=[None, "https://media.thetab.com/blogs.dir/90/files/2021/06/screenshot-2021-06-10-at-110730-1024x537.png"]
187
  ),
188
  retry_btn=None,
189
  undo_btn=None,