Aohanah commited on
Commit
6b3bb3a
1 Parent(s): 74d18fd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -32,7 +32,7 @@
32
  <body>
33
  <div class="card">
34
  <h1>Multi-Glau</h1>
35
- <p>Welcome to Multi-Glau! Please click on the required model to proceed to the next step.<i>index.html</i> in the Files and versions tab.</p>
36
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp1')" class="btn">Screening module</a>
37
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp2')" class="btn">Pre-Diagnosis Module</a>
38
  </div>
@@ -40,9 +40,9 @@
40
  <script>
41
  function customRedirect(url) {
42
  // 在这里定义您想要的跳转行为,这里我们替换当前窗口
43
- window.location.href = url; // 替换当前窗口
44
  // 如果您想在新窗口打开链接,可以使用以下代码:
45
- // window.open(url);
46
  }
47
  </script>
48
  </body>
 
32
  <body>
33
  <div class="card">
34
  <h1>Multi-Glau</h1>
35
+ <p>Welcome to Multi-Glau! Please click on the required model to proceed to the next step.</p>
36
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp1')" class="btn">Screening module</a>
37
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp2')" class="btn">Pre-Diagnosis Module</a>
38
  </div>
 
40
  <script>
41
  function customRedirect(url) {
42
  // 在这里定义您想要的跳转行为,这里我们替换当前窗口
43
+ //window.location.href = url; // 替换当前窗口
44
  // 如果您想在新窗口打开链接,可以使用以下代码:
45
+ window.open(url);
46
  }
47
  </script>
48
  </body>