DontPlanToEnd commited on
Commit
9fe4cc3
·
verified ·
1 Parent(s): e44778f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -54,7 +54,12 @@ def update_table(df: pd.DataFrame, query: str, param_ranges: list) -> pd.DataFra
54
  GraInter = gr.Blocks()
55
 
56
  with GraInter:
57
- gr.HTML("""<h1 align="center">UGI Leaderboard</h1>""")
 
 
 
 
 
58
  gr.Markdown("""
59
  **UGI: Uncensored General Intelligence**. The average score from 5 different subjects that LLMs are commonly steered away from. The leaderboard is made of roughly 60 questions/tasks, measuring both "willingness to answer" and "accuracy" in controversial fact-based questions.
60
 
 
54
  GraInter = gr.Blocks()
55
 
56
  with GraInter:
57
+ gr.HTML("""
58
+ <div style="display: flex; justify-content: space-between; align-items: center;">
59
+ <h1 style="margin: 0;">UGI Leaderboard</h1>
60
+ <a href="mailto:[email protected]" target="_blank" style="color: blue; text-decoration: none;">contact</a>
61
+ </div>
62
+ """)
63
  gr.Markdown("""
64
  **UGI: Uncensored General Intelligence**. The average score from 5 different subjects that LLMs are commonly steered away from. The leaderboard is made of roughly 60 questions/tasks, measuring both "willingness to answer" and "accuracy" in controversial fact-based questions.
65