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

Update app.py

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