Aohanah commited on
Commit
09eed67
1 Parent(s): 683b479

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -5
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>Multi-Glau</title>
7
  <style>
8
  body {
9
  text-align: center;
@@ -28,9 +28,6 @@
28
  .btn:hover {
29
  background-color: #008CBA;
30
  }
31
- .btn.gray {
32
- background-color: #808080; /* 修改第三个按钮的颜色为灰色 */
33
- }
34
  </style>
35
  </head>
36
  <body>
@@ -39,7 +36,7 @@
39
  <p>Welcome to Multi-Glau! Please click on the required module to proceed to the next step.</p>
40
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp1')" class="btn">Screening module</a>
41
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp2')" class="btn">Pre-Diagnosis Module</a>
42
- <a class="btn gray">Definitive diagnosis module is being deployed.</a> <!-- 添加了 "gray" 类 -->
43
  </div>
44
 
45
  <script>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title><span style="font-size: 40px;font-family: Arial;font-weight: bold;">Multi-Glau</span></title>
7
  <style>
8
  body {
9
  text-align: center;
 
28
  .btn:hover {
29
  background-color: #008CBA;
30
  }
 
 
 
31
  </style>
32
  </head>
33
  <body>
 
36
  <p>Welcome to Multi-Glau! Please click on the required module to proceed to the next step.</p>
37
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp1')" class="btn">Screening module</a>
38
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp2')" class="btn">Pre-Diagnosis Module</a>
39
+ <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp3')" class="btn">Pre-Diagnosis Module</a>
40
  </div>
41
 
42
  <script>