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