Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ with block:
|
|
| 179 |
outputs=data_component
|
| 180 |
)
|
| 181 |
|
| 182 |
-
with gr.TabItem("Visualizer"):
|
| 183 |
|
| 184 |
# Dropdown for benchmark type
|
| 185 |
benchmark_types = TASK_INFO + ['flexible']
|
|
|
|
| 179 |
outputs=data_component
|
| 180 |
)
|
| 181 |
|
| 182 |
+
with gr.TabItem("📊 Visualizer"):
|
| 183 |
|
| 184 |
# Dropdown for benchmark type
|
| 185 |
benchmark_types = TASK_INFO + ['flexible']
|