Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ with block:
|
|
258 |
with gr.Column(scale=1):
|
259 |
gr.Markdown(
|
260 |
"""
|
261 |
-
|
262 |
<span style='color:green; font-weight:bold;'>Green</span> Classical representations
|
263 |
<span style='color:blue; font-weight:bold;'>Blue</span> Small-scale learned representations
|
264 |
<span style='color:red; font-weight:bold;'>Red</span> Large-scale learned representations
|
@@ -271,11 +271,16 @@ with block:
|
|
271 |
gr.Markdown(
|
272 |
"""
|
273 |
### Metric-cell shading
|
274 |
-
<span style='background-color:#006400; color:white; padding:0 .
|
275 |
-
|
276 |
-
<span style='background-color:#
|
277 |
-
|
278 |
-
<span style='background-color:#
|
|
|
|
|
|
|
|
|
|
|
279 |
= top-five scores (darkest → best)
|
280 |
""",
|
281 |
elem_classes="leaderboard-note",
|
|
|
258 |
with gr.Column(scale=1):
|
259 |
gr.Markdown(
|
260 |
"""
|
261 |
+
## Method-name colours
|
262 |
<span style='color:green; font-weight:bold;'>Green</span> Classical representations
|
263 |
<span style='color:blue; font-weight:bold;'>Blue</span> Small-scale learned representations
|
264 |
<span style='color:red; font-weight:bold;'>Red</span> Large-scale learned representations
|
|
|
271 |
gr.Markdown(
|
272 |
"""
|
273 |
### Metric-cell shading
|
274 |
+
<span style='background-color:#006400; color:white; padding:0.4rem 0.8rem; border-radius:0.4rem;
|
275 |
+
font-size:1.1rem; display:inline-block; text-align:center; margin-right:0.2rem;'>1</span>
|
276 |
+
<span style='background-color:#228B22; color:white; padding:0.4rem 0.8rem; border-radius:0.4rem;
|
277 |
+
font-size:1.1rem; display:inline-block; text-align:center; margin-right:0.2rem;'>2</span>
|
278 |
+
<span style='background-color:#32CD32; color:black; padding:0.4rem 0.8rem; border-radius:0.4rem;
|
279 |
+
font-size:1.1rem; display:inline-block; text-align:center; margin-right:0.2rem;'>3</span>
|
280 |
+
<span style='background-color:#7CFC00; color:black; padding:0.4rem 0.8rem; border-radius:0.4rem;
|
281 |
+
font-size:1.1rem; display:inline-block; text-align:center; margin-right:0.2rem;'>4</span>
|
282 |
+
<span style='background-color:#ADFF2F; color:black; padding:0.4rem 0.8rem; border-radius:0.4rem;
|
283 |
+
font-size:1.1rem; display:inline-block; text-align:center;'>5</span>
|
284 |
= top-five scores (darkest → best)
|
285 |
""",
|
286 |
elem_classes="leaderboard-note",
|