Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -88,7 +88,7 @@ with GraInter: | |
| 88 | 
             
                gr.HTML("""
         | 
| 89 | 
             
                    <div style="display: flex; flex-direction: column; align-items: center;">
         | 
| 90 | 
             
                        <div style="align-self: flex-start;">
         | 
| 91 | 
            -
                            <a href="mailto:[email protected]" target="_blank" style="color: blue; text-decoration: none;">Contact/Model Requests</a>
         | 
| 92 | 
             
                        </div>
         | 
| 93 | 
             
                        <h1 style="margin: 0;">📢 UGI Leaderboard\n</h1>
         | 
| 94 | 
             
                        <h1 style="margin: 0; font-size: 20px;">Uncensored General Intelligence</h1>
         | 
|  | |
| 88 | 
             
                gr.HTML("""
         | 
| 89 | 
             
                    <div style="display: flex; flex-direction: column; align-items: center;">
         | 
| 90 | 
             
                        <div style="align-self: flex-start;">
         | 
| 91 | 
            +
                            <a href="mailto:[email protected]" target="_blank" style="color: blue; text-decoration: none;">Contact/Model Requests</a> (or create a HF discussion)
         | 
| 92 | 
             
                        </div>
         | 
| 93 | 
             
                        <h1 style="margin: 0;">📢 UGI Leaderboard\n</h1>
         | 
| 94 | 
             
                        <h1 style="margin: 0; font-size: 20px;">Uncensored General Intelligence</h1>
         |