Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -185,9 +185,9 @@
|
|
| 185 |
const buildCaseButton = document.createElement('button');
|
| 186 |
buildCaseButton.innerHTML = "Build your case with AI";
|
| 187 |
buildCaseButton.classList.add('predict-btn');
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
recommendationContainer.appendChild(buildCaseButton);
|
| 192 |
}
|
| 193 |
|
|
|
|
| 185 |
const buildCaseButton = document.createElement('button');
|
| 186 |
buildCaseButton.innerHTML = "Build your case with AI";
|
| 187 |
buildCaseButton.classList.add('predict-btn');
|
| 188 |
+
buildCaseButton.onclick = function() {
|
| 189 |
+
window.top.location.href = "https://ameenmarashi-mretinaaisas.static.hf.space/AI%20case%20generator.html";
|
| 190 |
+
};
|
| 191 |
recommendationContainer.appendChild(buildCaseButton);
|
| 192 |
}
|
| 193 |
|