Spaces:
Runtime error
Runtime error
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -173,8 +173,8 @@
|
|
173 |
xhr.send(JSON.stringify({
|
174 |
message: [userInput],
|
175 |
"custDetails": {
|
176 |
-
"cName": "
|
177 |
-
"cDistrict": "
|
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() {
|