update app.py
Browse files- src/about.py +2 -2
src/about.py
CHANGED
@@ -80,7 +80,7 @@ class Tasks(Enum):
|
|
80 |
TITLE = """
|
81 |
<div align="center">
|
82 |
<a href="https://imgbb.com/">
|
83 |
-
<img src="https://i.ibb.co/zHzhXqb/Smile-Group-Logo.png" alt="Smile-Group-Logo" border="0" width="
|
84 |
</a>
|
85 |
</div>
|
86 |
"""
|
@@ -94,7 +94,7 @@ INTRODUCTION_TEXT = """
|
|
94 |
</h1>
|
95 |
<p style="color:#d4d4d4; font-family: 'Verdana', sans-serif; font-size: 18px; text-align: center;">
|
96 |
This leaderboard showcases the performance of various Arabic large language models on the
|
97 |
-
|
98 |
</p>
|
99 |
</div>
|
100 |
"""
|
|
|
80 |
TITLE = """
|
81 |
<div align="center">
|
82 |
<a href="https://imgbb.com/">
|
83 |
+
<img src="https://i.ibb.co/zHzhXqb/Smile-Group-Logo.png" alt="Smile-Group-Logo" border="0" width="350" height="auto">
|
84 |
</a>
|
85 |
</div>
|
86 |
"""
|
|
|
94 |
</h1>
|
95 |
<p style="color:#d4d4d4; font-family: 'Verdana', sans-serif; font-size: 18px; text-align: center;">
|
96 |
This leaderboard showcases the performance of various Arabic large language models on the
|
97 |
+
<strong style="color:#d4d4d4;">newly released MMMLU OpenAI dataset</strong> across different subjects.
|
98 |
</p>
|
99 |
</div>
|
100 |
"""
|