Spaces:
Running
Running
nevermind
Browse files
app.py
CHANGED
|
@@ -179,9 +179,9 @@ with demo:
|
|
| 179 |
|
| 180 |
with gr.TabItem("All Tasks 💡"):
|
| 181 |
with gr.Row():
|
| 182 |
-
with gr.Column(
|
| 183 |
plot = gr.Plot(get_all_plots)
|
| 184 |
-
with gr.Column(
|
| 185 |
table = gr.Dataframe(get_all_model_names, datatype="markdown")
|
| 186 |
|
| 187 |
with gr.Accordion("Methodology", open = False):
|
|
|
|
| 179 |
|
| 180 |
with gr.TabItem("All Tasks 💡"):
|
| 181 |
with gr.Row():
|
| 182 |
+
with gr.Column():
|
| 183 |
plot = gr.Plot(get_all_plots)
|
| 184 |
+
with gr.Column():
|
| 185 |
table = gr.Dataframe(get_all_model_names, datatype="markdown")
|
| 186 |
|
| 187 |
with gr.Accordion("Methodology", open = False):
|