DavidVivancos
commited on
Commit
•
d50ae7f
1
Parent(s):
309bb0d
Update index.html
Browse files- index.html +5 -1
index.html
CHANGED
@@ -17,6 +17,10 @@
|
|
17 |
.auto-style2 {
|
18 |
text-align: center;
|
19 |
}
|
|
|
|
|
|
|
|
|
20 |
</style>
|
21 |
</head>
|
22 |
|
@@ -32,7 +36,7 @@
|
|
32 |
📝MindBigData2023_MNIST-8B </a> <br>🚀 Submit a model or paper in
|
33 |
the community tab<br><br></div>
|
34 |
|
35 |
-
<table style="width: 100%">
|
36 |
<tr>
|
37 |
<td class="auto-style1" style="width: 149px"><strong>Accuracy</strong></td>
|
38 |
<td class="auto-style1" style="width: 257px"><strong>Model</strong></td>
|
|
|
17 |
.auto-style2 {
|
18 |
text-align: center;
|
19 |
}
|
20 |
+
.auto-style3 {
|
21 |
+
border-style: solid;
|
22 |
+
border-width: 1px;
|
23 |
+
}
|
24 |
</style>
|
25 |
</head>
|
26 |
|
|
|
36 |
📝MindBigData2023_MNIST-8B </a> <br>🚀 Submit a model or paper in
|
37 |
the community tab<br><br></div>
|
38 |
|
39 |
+
<table style="width: 100%" class="auto-style3">
|
40 |
<tr>
|
41 |
<td class="auto-style1" style="width: 149px"><strong>Accuracy</strong></td>
|
42 |
<td class="auto-style1" style="width: 257px"><strong>Model</strong></td>
|