trying column width
Browse files
app.py
CHANGED
@@ -177,11 +177,11 @@ with demo:
|
|
177 |
with gr.Column():
|
178 |
table = gr.Dataframe(get_model_names('question_answering.csv'), datatype="markdown")
|
179 |
|
180 |
-
with gr.TabItem("
|
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):
|
|
|
177 |
with gr.Column():
|
178 |
table = gr.Dataframe(get_model_names('question_answering.csv'), datatype="markdown")
|
179 |
|
180 |
+
with gr.TabItem("All Tasks π‘"):
|
181 |
with gr.Row():
|
182 |
+
with gr.Column(scale=2):
|
183 |
plot = gr.Plot(get_all_plots)
|
184 |
+
with gr.Column(scale=1):
|
185 |
table = gr.Dataframe(get_all_model_names, datatype="markdown")
|
186 |
|
187 |
with gr.Accordion("Methodology", open = False):
|