Spaces:
Running
Running
Commit
·
1833d81
1
Parent(s):
4fbd786
Rename Plot View
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ with gr.Blocks(css=custom_css, js=js_func, theme=gr.themes.Default(primary_hue=c
|
|
| 218 |
interactive=False,
|
| 219 |
column_widths=["7%", "25%", "10%", "17%", "6%", "6%", "6%", "6%", "6%", "7%"])
|
| 220 |
|
| 221 |
-
with gr.Tab("
|
| 222 |
with gr.Row(equal_height=True):
|
| 223 |
default_benchmark = s2r_benchs[0]
|
| 224 |
bubble_benchmark = gr.Dropdown(choices=benchmarks, label="Select Benchmark", value=default_benchmark, elem_classes="gr-dropdown")
|
|
|
|
| 218 |
interactive=False,
|
| 219 |
column_widths=["7%", "25%", "10%", "17%", "6%", "6%", "6%", "6%", "6%", "7%"])
|
| 220 |
|
| 221 |
+
with gr.Tab("Plot View"):
|
| 222 |
with gr.Row(equal_height=True):
|
| 223 |
default_benchmark = s2r_benchs[0]
|
| 224 |
bubble_benchmark = gr.Dropdown(choices=benchmarks, label="Select Benchmark", value=default_benchmark, elem_classes="gr-dropdown")
|