Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ with demo:
|
|
255 |
tab_index = 0
|
256 |
|
257 |
# 1. Benchmark Geral
|
258 |
-
with gr.TabItem("📊
|
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
|
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")
|