nugentc commited on
Commit
d331943
1 Parent(s): 091c93f

add a second output element

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