yan111222 commited on
Commit
e7a0138
·
verified ·
1 Parent(s): 27ec3f4

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +10 -1
src/about.py CHANGED
@@ -25,7 +25,16 @@ NUM_FEWSHOT = 0 # Change with your few shot
25
 
26
 
27
  #TODO title
28
- TITLE = """<h1 align="center" id="space-title">VLM Detailed Caption Leaderborad</h1>"""
 
 
 
 
 
 
 
 
 
29
 
30
  # introduction text
31
 
 
25
 
26
 
27
  #TODO title
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
+ VLM Detailed Caption Leaderboard
32
+ <span style="font-size: 40px; margin-left: 15px;">📊</span>
33
+ </h1>
34
+ <p style="text-align: center; font-size: 18px; color: #888;">
35
+ A detailed and interactive leaderboard for Vision-Language Models
36
+ </p>
37
+ """
38
 
39
  # introduction text
40