Update app.py
Browse files
app.py
CHANGED
@@ -425,7 +425,7 @@ with demo:
|
|
425 |
filter_columns_groupDtype = gr.Dropdown(choices=[i.value.name for i in GroupDtype], label="Group Size", multiselect=False, value="All", interactive=True,)
|
426 |
|
427 |
with gr.Row():
|
428 |
-
model_comparison = gr.CheckboxGroup(label="Spider Chart Model Comparison(Select
|
429 |
with gr.Row():
|
430 |
spider_btn = gr.Button("Model Comparison")
|
431 |
|
|
|
425 |
filter_columns_groupDtype = gr.Dropdown(choices=[i.value.name for i in GroupDtype], label="Group Size", multiselect=False, value="All", interactive=True,)
|
426 |
|
427 |
with gr.Row():
|
428 |
+
model_comparison = gr.CheckboxGroup(label="Spider Chart Model Comparison(Select models from the table, which you want to compare!)", choices=list(selected_values.keys()), value=[], interactive=True, elem_id="model_comparison")
|
429 |
with gr.Row():
|
430 |
spider_btn = gr.Button("Model Comparison")
|
431 |
|