Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -204,7 +204,7 @@ h2 {
|
|
204 |
buttonIcon.removeClass('fa-paper-plane').addClass('fa-spinner fa-spin');
|
205 |
|
206 |
$.ajax({
|
207 |
-
url: '
|
208 |
type: 'POST',
|
209 |
data: JSON.stringify({"question": + message }),
|
210 |
contentType: 'application/json',
|
|
|
204 |
buttonIcon.removeClass('fa-paper-plane').addClass('fa-spinner fa-spin');
|
205 |
|
206 |
$.ajax({
|
207 |
+
url: 'https://nakheeltech.com:8030/api/v1/prediction/0c48e9e8-03ba-4b5d-bb70-a5ad570d1717',
|
208 |
type: 'POST',
|
209 |
data: JSON.stringify({"question": + message }),
|
210 |
contentType: 'application/json',
|