Spaces:
Running
Running
Put graph note in graph column (#109)
Browse files- ui_components.py +2 -2
ui_components.py
CHANGED
@@ -601,9 +601,9 @@ def create_leaderboard_display(
|
|
601 |
value=scatter_plot,
|
602 |
show_label=False,
|
603 |
)
|
|
|
604 |
with gr.Column(scale=1):
|
605 |
gr.HTML(value=plot_legend_html)
|
606 |
-
gr.Markdown(value=SCATTER_DISCLAIMER, elem_id="scatter-disclaimer")
|
607 |
|
608 |
# Put table and key into an accordion
|
609 |
with gr.Accordion("Show / Hide Table View", open=True, elem_id="leaderboard-accordion"):
|
@@ -771,9 +771,9 @@ def create_benchmark_details_display(
|
|
771 |
with gr.Row():
|
772 |
with gr.Column(scale=3):
|
773 |
gr.Plot(value=benchmark_plot, show_label=False)
|
|
|
774 |
with gr.Column(scale=1):
|
775 |
gr.HTML(value=plot_legend_html)
|
776 |
-
gr.Markdown(value=SCATTER_DISCLAIMER, elem_id="scatter-disclaimer")
|
777 |
|
778 |
# Put table and key into an accordion
|
779 |
with gr.Accordion("Show / Hide Table View", open=True, elem_id="leaderboard-accordion"):
|
|
|
601 |
value=scatter_plot,
|
602 |
show_label=False,
|
603 |
)
|
604 |
+
gr.Markdown(value=SCATTER_DISCLAIMER, elem_id="scatter-disclaimer")
|
605 |
with gr.Column(scale=1):
|
606 |
gr.HTML(value=plot_legend_html)
|
|
|
607 |
|
608 |
# Put table and key into an accordion
|
609 |
with gr.Accordion("Show / Hide Table View", open=True, elem_id="leaderboard-accordion"):
|
|
|
771 |
with gr.Row():
|
772 |
with gr.Column(scale=3):
|
773 |
gr.Plot(value=benchmark_plot, show_label=False)
|
774 |
+
gr.Markdown(value=SCATTER_DISCLAIMER, elem_id="scatter-disclaimer")
|
775 |
with gr.Column(scale=1):
|
776 |
gr.HTML(value=plot_legend_html)
|
|
|
777 |
|
778 |
# Put table and key into an accordion
|
779 |
with gr.Accordion("Show / Hide Table View", open=True, elem_id="leaderboard-accordion"):
|