DontPlanToEnd commited on
Commit
b9eb745
1 Parent(s): 81f2e2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -86,11 +86,15 @@ GraInter = gr.Blocks(css=custom_css)
86
 
87
  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> (or create a HF discussion)
92
  </div>
93
- <br>
 
 
 
 
94
  <h1 style="margin: 0;">📢 UGI Leaderboard\n</h1>
95
  <h1 style="margin: 0; font-size: 20px;">Uncensored General Intelligence</h1>
96
  </div>
 
86
 
87
  with GraInter:
88
  gr.HTML("""
89
+ <div style="display: flex; justify-content: space-between; align-items: flex-start; width: 100%;">
90
+ <div>
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
+ <div>
94
+ <a href="https://ko-fi.com/dontplantoend" target="_blank" style="color: blue; text-decoration: none;">Help me test 400B+ models</a>
95
+ </div>
96
+ </div>
97
+ <div style="display: flex; flex-direction: column; align-items: center; margin-top: 20px;">
98
  <h1 style="margin: 0;">📢 UGI Leaderboard\n</h1>
99
  <h1 style="margin: 0; font-size: 20px;">Uncensored General Intelligence</h1>
100
  </div>