evijit HF staff commited on
Commit
5329459
·
verified ·
1 Parent(s): b09f199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -833,7 +833,7 @@ with gr.Blocks(css=css) as demo:
833
 
834
  with gr.Row():
835
  tab_selection = gr.Radio(["Leaderboard", "Category Analysis", "Detailed Scorecard"],
836
- label="Select Tab", value="Detailed Scorecard")
837
 
838
  with gr.Row():
839
  model_chooser = gr.Dropdown(choices=[""] + list(models.keys()),
 
833
 
834
  with gr.Row():
835
  tab_selection = gr.Radio(["Leaderboard", "Category Analysis", "Detailed Scorecard"],
836
+ label="Select Tab", value="Leaderboard")
837
 
838
  with gr.Row():
839
  model_chooser = gr.Dropdown(choices=[""] + list(models.keys()),