CosmoAI commited on
Commit
f899a96
·
1 Parent(s): 408cedc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def responsenew(data):
167
  }
168
  else:
169
  respo = {
170
- "message": "Unable to understand.",
171
  "action": "nothing",
172
  "function": "nothing",
173
  }
 
167
  }
168
  else:
169
  respo = {
170
+ "message": response.last,
171
  "action": "nothing",
172
  "function": "nothing",
173
  }