nugentc commited on
Commit
17e61e7
1 Parent(s): d331943

remove second output element

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ chatbot = gr.Chatbot(color_map=("green", "gray"))
20
  demo = gr.Interface(
21
  chat,
22
  ["text", "state"],
23
- [chatbot, "text"],
24
  allow_flagging="never",
25
  )
26
  demo.launch()
 
20
  demo = gr.Interface(
21
  chat,
22
  ["text", "state"],
23
+ [chatbot, "state"],
24
  allow_flagging="never",
25
  )
26
  demo.launch()