Update src/about.py
Browse files- src/about.py +2 -2
 
    	
        src/about.py
    CHANGED
    
    | 
         @@ -26,7 +26,7 @@ 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:// 
     | 
| 30 | 
         | 
| 31 | 
         
             
            <a href="" target="_blank">π  Homepage</a> | 
         
     | 
| 32 | 
         
             
            <a href="" target="_blank">π arXiv Paper</a> | Coming soon!!
         
     | 
| 
         @@ -42,7 +42,7 @@ INTRODUCTION_TEXT = """ 
     | 
|
| 42 | 
         | 
| 43 | 
         
             
            π§ You can use the official [GitHub repo](https://github.com/CodeGoat24/UniGenBench) to evaluate your model on [UniGenBench](https://github.com/CodeGoat24/UniGenBench).
         
     | 
| 44 | 
         | 
| 45 | 
         
            -
            π To add your own model to the leaderboard, please send an Email to  
     | 
| 46 | 
         
             
            """
         
     | 
| 47 | 
         | 
| 48 | 
         | 
| 
         | 
|
| 26 | 
         
             
            # Links and conference info
         
     | 
| 27 | 
         
             
            LINKS_AND_INFO = """
         
     | 
| 28 | 
         
             
            <div align="center">
         
     | 
| 29 | 
         
            +
            <p><a href="https://hunyuan.tencent.com/" target="_blank">Hunyuan</a>, Tencent</p> <br>
         
     | 
| 30 | 
         | 
| 31 | 
         
             
            <a href="" target="_blank">π  Homepage</a> | 
         
     | 
| 32 | 
         
             
            <a href="" target="_blank">π arXiv Paper</a> | Coming soon!!
         
     | 
| 
         | 
|
| 42 | 
         | 
| 43 | 
         
             
            π§ You can use the official [GitHub repo](https://github.com/CodeGoat24/UniGenBench) to evaluate your model on [UniGenBench](https://github.com/CodeGoat24/UniGenBench).
         
     | 
| 44 | 
         | 
| 45 | 
         
            +
            π To add your own model to the leaderboard, please send an Email to [Yibin Wang](https://codegoat24.github.io/), then we will help with the evaluation and updating the leaderboard.
         
     | 
| 46 | 
         
             
            """
         
     | 
| 47 | 
         | 
| 48 | 
         |