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
|
|
|
255 |
tab_index = 0
|
256 |
|
257 |
# 1. Benchmark Geral
|
258 |
+
with gr.TabItem("📊 Resume", 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
|