CodeGoat24 commited on
Commit
d908b1f
·
verified ·
1 Parent(s): a884e8b

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +7 -2
src/about.py CHANGED
@@ -35,8 +35,13 @@ LINKS_AND_INFO = """
35
  <a href="https://github.com/CodeGoat24/UniGenBench" target="_blank" rel="noopener noreferrer"><img alt="Code" src="https://img.shields.io/github/stars/CodeGoat24/UniGenBench.svg?style=social&amp;label=Official"></a>
36
 
37
 
38
- [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20UniGenBench%20-Leaderboard_(English)-brown)](https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard)
39
- [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20UniGenBench%20-Leaderboard_(Chinese)-red)](https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard_Chinese)
 
 
 
 
 
40
  </div>
41
  """
42
 
 
35
  <a href="https://github.com/CodeGoat24/UniGenBench" target="_blank" rel="noopener noreferrer"><img alt="Code" src="https://img.shields.io/github/stars/CodeGoat24/UniGenBench.svg?style=social&amp;label=Official"></a>
36
 
37
 
38
+ <a href="https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard">
39
+ <img src='https://img.shields.io/badge/UniGenBench-Leaderboard(English)-brown' alt='leaderboard'></a>
40
+ <a href="https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard_Chinese">
41
+ <img src='https://img.shields.io/badge/UniGenBench-Leaderboard(Chinese)-red' alt='leaderboard'></a>
42
+
43
+
44
+
45
  </div>
46
  """
47