Update src/about.py
Browse files- 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&label=Official"></a>
|
| 36 |
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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&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 |
|