Small changes
Browse files
app.py
CHANGED
|
@@ -346,12 +346,24 @@ with demo:
|
|
| 346 |
#gr.HTML(TITLE)
|
| 347 |
gr.HTML(
|
| 348 |
"""
|
| 349 |
-
<div style="display: flex; align-items: center; position: relative; width: 100%; height:
|
| 350 |
-
<h1 style="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 351 |
<a href="https://huggingface.co/spaces/mii-llm/open_ita_llm_leaderboard" target="_blank"
|
| 352 |
-
style="position: absolute; right: 0; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; color: #1f77b4;">
|
| 353 |
<!-- Icona stilizzata -->
|
| 354 |
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
| 355 |
<path d="M3.9 12a5 5 0 0 1 7.07-7.07l1.41 1.41-1.41 1.41-1.42-1.42a3 3 0 1 0 4.24 4.24l3.54-3.54a5 5 0 0 1-7.07 7.07l-1.41-1.41 1.41-1.41 1.42 1.42z"/>
|
| 356 |
<path d="M20.1 12a5 5 0 0 1-7.07 7.07l-1.41-1.41 1.41-1.41 1.42 1.42a3 3 0 1 0-4.24-4.24l-3.54 3.54a5 5 0 0 1 7.07-7.07l1.41 1.41-1.41 1.41-1.42-1.42z"/>
|
| 357 |
</svg>
|
|
|
|
| 346 |
#gr.HTML(TITLE)
|
| 347 |
gr.HTML(
|
| 348 |
"""
|
| 349 |
+
<div style="display: flex; align-items: center; position: relative; width: 100%; height: 60px; padding: 10px 0;">
|
| 350 |
+
<h1 style="
|
| 351 |
+
margin: 0 auto;
|
| 352 |
+
font-weight: 900;
|
| 353 |
+
font-size: 2.5em;
|
| 354 |
+
letter-spacing: 2px;
|
| 355 |
+
text-transform: uppercase;
|
| 356 |
+
background: linear-gradient(90deg, #1f77b4, #00c6ff);
|
| 357 |
+
-webkit-background-clip: text;
|
| 358 |
+
-webkit-text-fill-color: transparent;
|
| 359 |
+
text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
|
| 360 |
+
">
|
| 361 |
+
EVALITA-LLM Leaderboard
|
| 362 |
+
</h1>
|
| 363 |
<a href="https://huggingface.co/spaces/mii-llm/open_ita_llm_leaderboard" target="_blank"
|
| 364 |
+
style="position: absolute; right: 0; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; color: #1f77b4; font-weight: 600;">
|
| 365 |
<!-- Icona stilizzata -->
|
| 366 |
+
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="#1f77b4" viewBox="0 0 24 24">
|
| 367 |
<path d="M3.9 12a5 5 0 0 1 7.07-7.07l1.41 1.41-1.41 1.41-1.42-1.42a3 3 0 1 0 4.24 4.24l3.54-3.54a5 5 0 0 1-7.07 7.07l-1.41-1.41 1.41-1.41 1.42 1.42z"/>
|
| 368 |
<path d="M20.1 12a5 5 0 0 1-7.07 7.07l-1.41-1.41 1.41-1.41 1.42 1.42a3 3 0 1 0-4.24-4.24l-3.54 3.54a5 5 0 0 1 7.07-7.07l1.41 1.41-1.41 1.41-1.42-1.42z"/>
|
| 369 |
</svg>
|