ameenmarashi commited on
Commit
432ac5d
·
verified ·
1 Parent(s): 7c906a3

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- buildCaseButton.onclick = function() {
189
- window.open("https://ameenmarashi-mretinaaisas.static.hf.space/AI%20case%20generator.html", "_blank");
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