ShAnSantosh commited on
Commit
b0be802
1 Parent(s): 85a00f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def predict(message, history):
46
  else:
47
  reply = ["Sorry I do not understand :-("]
48
 
49
- history.append((sentence, reply))
50
  return history, history
51
 
52
  import gradio as gr
 
46
  else:
47
  reply = ["Sorry I do not understand :-("]
48
 
49
+ history.append((message, reply))
50
  return history, history
51
 
52
  import gradio as gr