Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,8 +192,7 @@ if __name__ == "__main__":
|
|
| 192 |
plotly_avg = gr.HTML(label="Plotly Average Performance Chart")
|
| 193 |
|
| 194 |
with gr.Row():
|
| 195 |
-
|
| 196 |
-
pass
|
| 197 |
|
| 198 |
input_text.change(
|
| 199 |
fn=process_and_visualize,
|
|
|
|
| 192 |
plotly_avg = gr.HTML(label="Plotly Average Performance Chart")
|
| 193 |
|
| 194 |
with gr.Row():
|
| 195 |
+
task_tabs = gr.TabbedInterface([gr.HTML(value=f"Plotly {task} Chart") for task in task_names])
|
|
|
|
| 196 |
|
| 197 |
input_text.change(
|
| 198 |
fn=process_and_visualize,
|