arielleharris commited on
Commit
5a94381
·
verified ·
1 Parent(s): c7dd729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,9 +13,9 @@ def simple_respond(message,history):
13
  """
14
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
15
  """
16
- demo = gr.ChatInterface()
17
  simple_respond,
18
- type="messages"
19
 
20
 
21
  if __name__ == "__main__":
 
13
  """
14
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
15
  """
16
+ demo = gr.ChatInterface(
17
  simple_respond,
18
+ type="messages")
19
 
20
 
21
  if __name__ == "__main__":