lvkaokao commited on
Commit
b67041a
1 Parent(s): a5a780f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a model from the table)", choices=list(selected_values.keys()), value=[], interactive=True, elem_id="model_comparison")
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