william4416 commited on
Commit
2168649
·
verified ·
1 Parent(s): 31ebe8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,6 +68,6 @@ gr.Interface(
68
  description=description,
69
  examples=examples,
70
  inputs=["text", "state"],
71
- outputs=["text", "state"],
72
  theme="finlaymacklon/boxy_violet",
73
  ).launch()
 
68
  description=description,
69
  examples=examples,
70
  inputs=["text", "state"],
71
+ outputs=["chatbot", "state"],
72
  theme="finlaymacklon/boxy_violet",
73
  ).launch()