ShAnSantosh commited on
Commit
c7ccbbb
·
1 Parent(s): a323bb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def predict(sentence, history=[]):
65
  if tag == intent["tag"]:
66
  reply = [random.choice(intent['responses'])]
67
 
68
- return reply, history
69
 
70
  import gradio as gr
71
 
 
65
  if tag == intent["tag"]:
66
  reply = [random.choice(intent['responses'])]
67
 
68
+ return reply
69
 
70
  import gradio as gr
71