LucasLima commited on
Commit
0a4d85d
·
verified ·
1 Parent(s): ea2d5c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -255,7 +255,7 @@ with demo:
255
  tab_index = 0
256
 
257
  # 1. Benchmark Geral
258
- with gr.TabItem("📊 Benchmark Geral", id=tab_index):
259
  # Colunas a exibir: T, Modelo, Média Geral, PLUE, Energy, Reasoning
260
  general_cols_to_display = [
261
  AutoEvalColumn.model_type_symbol.name, # T
@@ -361,7 +361,7 @@ with demo:
361
  tab_index += 1
362
 
363
  # 5. Submit
364
- with gr.TabItem("📤 Submit aqui!", id=tab_index):
365
  with gr.Column():
366
  with gr.Row():
367
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
 
255
  tab_index = 0
256
 
257
  # 1. Benchmark Geral
258
+ with gr.TabItem("📊 Summary", id=tab_index):
259
  # Colunas a exibir: T, Modelo, Média Geral, PLUE, Energy, Reasoning
260
  general_cols_to_display = [
261
  AutoEvalColumn.model_type_symbol.name, # T
 
361
  tab_index += 1
362
 
363
  # 5. Submit
364
+ with gr.TabItem("📤 Submit", id=tab_index):
365
  with gr.Column():
366
  with gr.Row():
367
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")