jeo0534 commited on
Commit
95c0113
·
verified ·
1 Parent(s): 8db1a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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
- src="https://img.shields.io/badge/huggingface-KoALa-yellow"
1060
- alt="huggingface KoALa"
1061
- style="margin-top: 4px;"
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
  """