abidlabs HF staff commited on
Commit
60236ae
·
1 Parent(s): f8bc496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ gr.Interface(fn=predict,
25
  theme="default",
26
  css=".footer {display:none !important}",
27
  inputs=["text", "state"],
28
- outputs=["text", "state"]).launch()
29
 
 
25
  theme="default",
26
  css=".footer {display:none !important}",
27
  inputs=["text", "state"],
28
+ outputs=["chatbot", "state"]).launch()
29