Update app.py
Browse files
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("""
|
|
|
|
|
|
|
|
|
|
|
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 |
|