apsys commited on
Commit
9ae337b
·
1 Parent(s): c83a8c6

style theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -581,7 +581,7 @@ with demo:
581
  with tabs:
582
  with gr.TabItem("Leaderboard", elem_id="guardbench-leaderboard-tab", id=0):
583
  with gr.Row():
584
- refresh_button = gr.Button("Refresh Leaderboard", variant="primary")
585
  version_selector = gr.Dropdown(
586
  choices=BENCHMARK_VERSIONS,
587
  label="Benchmark Version",
 
581
  with tabs:
582
  with gr.TabItem("Leaderboard", elem_id="guardbench-leaderboard-tab", id=0):
583
  with gr.Row():
584
+ refresh_button = gr.Button("Refresh Leaderboard")
585
  version_selector = gr.Dropdown(
586
  choices=BENCHMARK_VERSIONS,
587
  label="Benchmark Version",