Spaces:
Running
Running
ycy
commited on
Commit
·
ff25b8f
1
Parent(s):
8d31f0f
- src/about.py +4 -3
src/about.py
CHANGED
|
@@ -28,12 +28,13 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
| 28 |
TITLE = """
|
| 29 |
<h1 align="center" id="space-title" style="font-family: 'Arial', sans-serif; color: #4CAF50;">
|
| 30 |
<span style="font-size: 40px; margin-right: 15px;">🌟</span>
|
| 31 |
-
|
| 32 |
<span style="font-size: 40px; margin-left: 15px;">📊</span>
|
| 33 |
</h1>
|
| 34 |
-
<
|
|
|
|
| 35 |
A detailed and interactive leaderboard for Vision-Language Models
|
| 36 |
-
</
|
| 37 |
"""
|
| 38 |
|
| 39 |
# introduction text
|
|
|
|
| 28 |
TITLE = """
|
| 29 |
<h1 align="center" id="space-title" style="font-family: 'Arial', sans-serif; color: #4CAF50;">
|
| 30 |
<span style="font-size: 40px; margin-right: 15px;">🌟</span>
|
| 31 |
+
CapArena Leaderboard
|
| 32 |
<span style="font-size: 40px; margin-left: 15px;">📊</span>
|
| 33 |
</h1>
|
| 34 |
+
<div style="display: flex; justify-content: center; align-items: center; text-align: center;
|
| 35 |
+
font-size: 24px; font-weight: bold; color: #555; padding: 10px;">
|
| 36 |
A detailed and interactive leaderboard for Vision-Language Models
|
| 37 |
+
</div>
|
| 38 |
"""
|
| 39 |
|
| 40 |
# introduction text
|