DavidVivancos commited on
Commit
402282d
β€’
1 Parent(s): 6b1b26e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +50 -9
index.html CHANGED
@@ -3,17 +3,58 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  </body>
19
  </html>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title> MindBigData Leaderboard</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+
11
+ <head>
12
+ <style type="text/css">
13
+ .auto-style1 {
14
+ font-size: large;
15
+ text-align: center;
16
+ }
17
+ .auto-style2 {
18
+ text-align: center;
19
+ }
20
+ </style>
21
+ </head>
22
+
23
+ <div style="text-align:center">
24
+ <h1 id="space-title">🌟 MindBigData Leaderboard 🌟</h1>
25
+ </div>
26
+ <table style="width: 100%">
27
+ <tr>
28
+ <td class="auto-style1" style="width: 156px"><strong>Accuracy</strong></td>
29
+ <td class="auto-style1" style="width: 107px"><strong>Model</strong></td>
30
+ <td class="auto-style1" style="width: 107px"><strong>DataSet</strong></td>
31
+ <td class="auto-style1" style="width: 80px"><strong>Who</strong></td>
32
+ <td class="auto-style1" style="width: 106px"><strong>Paper</strong></td>
33
+ <td class="auto-style1"><strong>Code</strong></td>
34
+ </tr>
35
+ <tr>
36
+ <td class="auto-style2" style="width: 156px">95.4%</td>
37
+ <td class="auto-style2" style="width: 107px">CNN-GAN</td>
38
+ <td class="auto-style2" style="width: 107px">
39
+ <a href="https://huggingface.co/datasets/DavidVivancos/MindBigData2022_MNIST_EP" target="_blank">
40
+ MindBigData2022_MNIST_EP</a></td>
41
+ <td class="auto-style2" style="width: 80px">Nastaran Khaleghi&nbsp; ,
42
+ Shaghayegh Hashemi&nbsp; , Sevda Zafarmandi Ardabili&nbsp; , Sobhan
43
+ Sheykhivand&nbsp; and Sebelan Danishvar</td>
44
+ <td class="auto-style2" style="width: 106px">
45
+ <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10708586/pdf/sensors-23-09351.pdf">
46
+ pdf</a></td>
47
+ <td class="auto-style2">n/a</td>
48
+ </tr>
49
+ <tr>
50
+ <td style="width: 156px">&nbsp;</td>
51
+ <td style="width: 107px">&nbsp;</td>
52
+ <td style="width: 107px">&nbsp;</td>
53
+ <td style="width: 80px">&nbsp;</td>
54
+ <td style="width: 106px">&nbsp;</td>
55
+ <td>&nbsp;</td>
56
+ </tr>
57
+ </table>
58
+
59
  </body>
60
  </html>