Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1055,11 +1055,10 @@ def build_app() -> gr.Blocks:
|
|
| 1055 |
<p class="sidebar-kicker">KoALa-bench</p>
|
| 1056 |
<h1>Leaderboard</h1>
|
| 1057 |
<a href="https://huggingface.co/datasets/scailaboratory/KoALA" target="_blank">
|
| 1058 |
-
<img
|
| 1059 |
-
|
| 1060 |
-
|
| 1061 |
-
|
| 1062 |
-
/>
|
| 1063 |
</a>
|
| 1064 |
</div>
|
| 1065 |
"""
|
|
|
|
| 1055 |
<p class="sidebar-kicker">KoALa-bench</p>
|
| 1056 |
<h1>Leaderboard</h1>
|
| 1057 |
<a href="https://huggingface.co/datasets/scailaboratory/KoALA" target="_blank">
|
| 1058 |
+
<img src="https://img.shields.io/badge/huggingface-FFD21E?style=flat&logo=huggingface&logoColor=white"/>
|
| 1059 |
+
</a>
|
| 1060 |
+
<a href="https://github.com/scai-research/KoALa-Bench?tab=readme-ov-file" target="_blank">
|
| 1061 |
+
<img src="https://img.shields.io/badge/GiHub-181717?style=flat&logo=github&logoColor=white"/>
|
|
|
|
| 1062 |
</a>
|
| 1063 |
</div>
|
| 1064 |
"""
|