style theme
Browse files
app.py
CHANGED
@@ -583,11 +583,10 @@ with demo:
|
|
583 |
|
584 |
with gr.Row():
|
585 |
tabs = gr.Tabs(elem_classes="tab-buttons")
|
|
|
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,
|
|
|
583 |
|
584 |
with gr.Row():
|
585 |
tabs = gr.Tabs(elem_classes="tab-buttons")
|
586 |
+
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
587 |
|
588 |
with tabs:
|
589 |
with gr.TabItem("Leaderboard", elem_id="guardbench-leaderboard-tab", id=0):
|
|
|
|
|
590 |
with gr.Row():
|
591 |
version_selector = gr.Dropdown(
|
592 |
choices=BENCHMARK_VERSIONS,
|