Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- css/main.css +16 -5
- index.html +15 -0
css/main.css
CHANGED
|
@@ -100,22 +100,32 @@ main { padding: 24px 32px; }
|
|
| 100 |
font-size: 0.95rem;
|
| 101 |
}
|
| 102 |
|
| 103 |
-
/* ---- About page ---- */
|
| 104 |
.about-content {
|
| 105 |
-
max-width:
|
|
|
|
| 106 |
}
|
| 107 |
|
| 108 |
.about-content h2 {
|
|
|
|
| 109 |
margin-top: 0;
|
| 110 |
font-size: 1.5rem;
|
| 111 |
color: #1a1a1a;
|
| 112 |
}
|
| 113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
.about-section {
|
| 115 |
margin-bottom: 32px;
|
| 116 |
}
|
| 117 |
|
| 118 |
.about-section h3 {
|
|
|
|
| 119 |
font-size: 1.15rem;
|
| 120 |
margin-bottom: 8px;
|
| 121 |
color: #333;
|
|
@@ -182,19 +192,20 @@ main { padding: 24px 32px; }
|
|
| 182 |
}
|
| 183 |
|
| 184 |
.overview-img {
|
|
|
|
| 185 |
width: 100%;
|
| 186 |
-
max-width:
|
| 187 |
height: auto;
|
| 188 |
border-radius: 8px;
|
| 189 |
border: 1px solid #ddd;
|
| 190 |
-
margin: 12px
|
| 191 |
}
|
| 192 |
|
| 193 |
.overview-table {
|
| 194 |
width: 100%;
|
| 195 |
border-collapse: collapse;
|
| 196 |
font-size: 0.9rem;
|
| 197 |
-
margin: 12px
|
| 198 |
}
|
| 199 |
|
| 200 |
.overview-table th,
|
|
|
|
| 100 |
font-size: 0.95rem;
|
| 101 |
}
|
| 102 |
|
| 103 |
+
/* ---- About / Overview page ---- */
|
| 104 |
.about-content {
|
| 105 |
+
max-width: 900px;
|
| 106 |
+
margin: 0 auto;
|
| 107 |
}
|
| 108 |
|
| 109 |
.about-content h2 {
|
| 110 |
+
text-align: center;
|
| 111 |
margin-top: 0;
|
| 112 |
font-size: 1.5rem;
|
| 113 |
color: #1a1a1a;
|
| 114 |
}
|
| 115 |
|
| 116 |
+
.about-badges {
|
| 117 |
+
display: flex;
|
| 118 |
+
justify-content: center;
|
| 119 |
+
gap: 12px;
|
| 120 |
+
margin-bottom: 28px;
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
.about-section {
|
| 124 |
margin-bottom: 32px;
|
| 125 |
}
|
| 126 |
|
| 127 |
.about-section h3 {
|
| 128 |
+
text-align: center;
|
| 129 |
font-size: 1.15rem;
|
| 130 |
margin-bottom: 8px;
|
| 131 |
color: #333;
|
|
|
|
| 192 |
}
|
| 193 |
|
| 194 |
.overview-img {
|
| 195 |
+
display: block;
|
| 196 |
width: 100%;
|
| 197 |
+
max-width: 900px;
|
| 198 |
height: auto;
|
| 199 |
border-radius: 8px;
|
| 200 |
border: 1px solid #ddd;
|
| 201 |
+
margin: 12px auto;
|
| 202 |
}
|
| 203 |
|
| 204 |
.overview-table {
|
| 205 |
width: 100%;
|
| 206 |
border-collapse: collapse;
|
| 207 |
font-size: 0.9rem;
|
| 208 |
+
margin: 12px auto;
|
| 209 |
}
|
| 210 |
|
| 211 |
.overview-table th,
|
index.html
CHANGED
|
@@ -132,6 +132,21 @@
|
|
| 132 |
<div class="about-content">
|
| 133 |
<h2>LudoBench: Evaluating Multimodal Reasoning through Real-World Tabletop Strategy Games</h2>
|
| 134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
<div class="about-section">
|
| 136 |
<h3>Abstract</h3>
|
| 137 |
<p>
|
|
|
|
| 132 |
<div class="about-content">
|
| 133 |
<h2>LudoBench: Evaluating Multimodal Reasoning through Real-World Tabletop Strategy Games</h2>
|
| 134 |
|
| 135 |
+
<div class="about-badges">
|
| 136 |
+
<a href="https://openreview.net/forum?id=TOgQ00DEek" target="_blank" class="nav-badge">
|
| 137 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/b/bc/ArXiv_logo_2022.svg" alt="arXiv" class="nav-icon" />
|
| 138 |
+
Paper
|
| 139 |
+
</a>
|
| 140 |
+
<a href="https://huggingface.co/datasets/jpeper/LudoBench_test" target="_blank" class="nav-badge">
|
| 141 |
+
<img src="https://huggingface.co/front/assets/huggingface_logo.svg" alt="HF" class="nav-icon" />
|
| 142 |
+
Dataset
|
| 143 |
+
</a>
|
| 144 |
+
<a href="https://github.com/jpeper/LudoBench" target="_blank" class="nav-badge">
|
| 145 |
+
<svg class="nav-icon" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
|
| 146 |
+
GitHub
|
| 147 |
+
</a>
|
| 148 |
+
</div>
|
| 149 |
+
|
| 150 |
<div class="about-section">
|
| 151 |
<h3>Abstract</h3>
|
| 152 |
<p>
|