ehristoforu commited on
Commit
87ae0a9
·
1 Parent(s): 492c240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ examples=[
41
  "Write a 100-word article on 'Benefits of Open-Source in AI research'",
42
  ]
43
 
44
- chatbot = gr.Chatbot(label="PigeonChat", avatar_images=["user.png", "bot.png"], min_width=260, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
45
 
46
  gr.ChatInterface(predict, chatbot = chatbot, title=title, examples=examples).launch(show_error=False, show_api=False)
 
41
  "Write a 100-word article on 'Benefits of Open-Source in AI research'",
42
  ]
43
 
44
+ chatbot = gr.Chatbot(label="PigeonChat", min_width=260, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
45
 
46
  gr.ChatInterface(predict, chatbot = chatbot, title=title, examples=examples).launch(show_error=False, show_api=False)