Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -224,7 +224,7 @@ document.getElementById('downloadButton').addEventListener('click', function() {
|
|
224 |
buttonIcon.removeClass('fa-paper-plane').addClass('fa-spinner fa-spin');
|
225 |
|
226 |
$.ajax({
|
227 |
-
url: 'https://nakheeltech.com:8030/api/v1/prediction/
|
228 |
type: 'POST',
|
229 |
data: JSON.stringify({"question": message }),
|
230 |
contentType: 'application/json',
|
|
|
224 |
buttonIcon.removeClass('fa-paper-plane').addClass('fa-spinner fa-spin');
|
225 |
|
226 |
$.ajax({
|
227 |
+
url: 'https://nakheeltech.com:8030/api/v1/prediction/3845925d-d239-468c-a63f-b6948afd08fd',
|
228 |
type: 'POST',
|
229 |
data: JSON.stringify({"question": message }),
|
230 |
contentType: 'application/json',
|