demoPOC commited on
Commit
64266ff
·
1 Parent(s): dd16bb7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -173,8 +173,8 @@
173
  xhr.send(JSON.stringify({
174
  message: [userInput],
175
  "custDetails": {
176
- "cName": "Mohit Srivastava",
177
- "cDistrict": "Lucknow"
178
  }
179
  }));
180
  xhr.onload = function() {
 
173
  xhr.send(JSON.stringify({
174
  message: [userInput],
175
  "custDetails": {
176
+ "cName": "Jai Singh Rathore",
177
+ "cDistrict": "Jodhpur"
178
  }
179
  }));
180
  xhr.onload = function() {