peterpeter8585 commited on
Commit
0da0149
1 Parent(s): 015bbc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ People="user.png"
272
  """
273
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
274
  """
275
- aa = gr.ChatInterface(
276
  respond,
277
  avatar_images=[People, BOT_AVATAR],
278
  additional_inputs=[
 
272
  """
273
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
274
  """
275
+ aa = gr.Chatbot(
276
  respond,
277
  avatar_images=[People, BOT_AVATAR],
278
  additional_inputs=[