Spaces:
Sleeping
Sleeping
glitchbench
commited on
Commit
•
407ba49
1
Parent(s):
496f292
Update app.py
Browse files
app.py
CHANGED
@@ -63,6 +63,11 @@ final_df = map_model_names(final_df, name_dict)
|
|
63 |
# Gradio interface
|
64 |
with gr.Blocks() as demo:
|
65 |
gr.Markdown("# GlitchBench Leaderboard")
|
|
|
|
|
|
|
|
|
|
|
66 |
with gr.Row():
|
67 |
gr.Dataframe(final_df)
|
68 |
|
|
|
63 |
# Gradio interface
|
64 |
with gr.Blocks() as demo:
|
65 |
gr.Markdown("# GlitchBench Leaderboard")
|
66 |
+
gr.HTML("""
|
67 |
+
<div style="text-align: center;">
|
68 |
+
<a href="https://glitchbench.github.io/" target="_blank">Visit the GlitchBench Project Homepage</a>
|
69 |
+
</div>
|
70 |
+
""")
|
71 |
with gr.Row():
|
72 |
gr.Dataframe(final_df)
|
73 |
|