CodeGoat24 commited on
Commit
d577417
·
verified ·
1 Parent(s): 9c10455

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +3 -3
src/about.py CHANGED
@@ -26,10 +26,10 @@ TITLE = """<h1 align="center" id="space-title">🥇 <a href="" target="_blank">U
26
  # Links and conference info
27
  LINKS_AND_INFO = """
28
  <div align="center">
29
- <p><a href="https://github.com/CodeGoat24/UnifiedReward" target="_blank">UnifiedReward Team</a></p>
30
- <p>
31
  <a href=""><img src='https://img.shields.io/badge/arXiv-UniGenBench-blue' alt='Paper PDF'></a><a href="https://codegoat24.github.io/UnifiedReward/Pref-GRPO"><img src='https://img.shields.io/badge/Project-Website-orange' alt='Project Page'></a><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>
32
- </p>
33
  </div>
34
  """
35
 
 
26
  # Links and conference info
27
  LINKS_AND_INFO = """
28
  <div align="center">
29
+ <p><a href="https://github.com/CodeGoat24/UnifiedReward" target="_blank">UnifiedReward Team</a></p> <br>
30
+
31
  <a href=""><img src='https://img.shields.io/badge/arXiv-UniGenBench-blue' alt='Paper PDF'></a><a href="https://codegoat24.github.io/UnifiedReward/Pref-GRPO"><img src='https://img.shields.io/badge/Project-Website-orange' alt='Project Page'></a><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>
32
+
33
  </div>
34
  """
35