CultriX commited on
Commit
f3d6b04
·
verified ·
1 Parent(s): 6f821b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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([gr.HTML(label=f"Plotly {task} Chart") for task in task_names], label="Task Charts")
 
 
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",