style theme
Browse files
app.py
CHANGED
@@ -586,6 +586,8 @@ with demo:
|
|
586 |
|
587 |
with tabs:
|
588 |
with gr.TabItem("Leaderboard", elem_id="guardbench-leaderboard-tab", id=0):
|
|
|
|
|
589 |
with gr.Row():
|
590 |
version_selector = gr.Dropdown(
|
591 |
choices=BENCHMARK_VERSIONS,
|
@@ -731,8 +733,7 @@ with demo:
|
|
731 |
inputs=[column_selector],
|
732 |
outputs=[leaderboard] + [category_tabs.children[i].children[0] for i in range(1, len(CATEGORIES) + 1)]
|
733 |
)
|
734 |
-
|
735 |
-
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
736 |
|
737 |
with gr.TabItem("Visualize", elem_id="guardbench-viz-tab", id=1):
|
738 |
with gr.Row():
|
|
|
586 |
|
587 |
with tabs:
|
588 |
with gr.TabItem("Leaderboard", elem_id="guardbench-leaderboard-tab", id=0):
|
589 |
+
with gr.Row():
|
590 |
+
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
591 |
with gr.Row():
|
592 |
version_selector = gr.Dropdown(
|
593 |
choices=BENCHMARK_VERSIONS,
|
|
|
733 |
inputs=[column_selector],
|
734 |
outputs=[leaderboard] + [category_tabs.children[i].children[0] for i in range(1, len(CATEGORIES) + 1)]
|
735 |
)
|
736 |
+
|
|
|
737 |
|
738 |
with gr.TabItem("Visualize", elem_id="guardbench-viz-tab", id=1):
|
739 |
with gr.Row():
|