Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,9 @@ if __name__ == "__main__":
|
|
182 |
gr.Image(label="Matplotlib Task Performance Heatmap"),
|
183 |
gr.Image(label="Matplotlib Performance Distribution Boxplot"),
|
184 |
gr.HTML(label="Plotly Average Performance Chart"),
|
185 |
-
gr.TabbedInterface(
|
|
|
|
|
186 |
|
187 |
],
|
188 |
title="LLM Benchmark Visualizer",
|
|
|
182 |
gr.Image(label="Matplotlib Task Performance Heatmap"),
|
183 |
gr.Image(label="Matplotlib Performance Distribution Boxplot"),
|
184 |
gr.HTML(label="Plotly Average Performance Chart"),
|
185 |
+
gr.TabbedInterface(
|
186 |
+
[gr.HTML(label=f"Plotly {task} Chart") for task in task_names]
|
187 |
+
)
|
188 |
|
189 |
],
|
190 |
title="LLM Benchmark Visualizer",
|