mgyigit commited on
Commit
f1f5f37
·
verified ·
1 Parent(s): 9295c2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -454,9 +454,9 @@ with block:
454
  with gr.Column():
455
  model_name_textbox = gr.Textbox(label="Method name")
456
  benchmark_types = gr.CheckboxGroup(choices=TASK_INFO, label="Benchmark Types", interactive=True)
457
- similarity_tasks = gr.CheckboxGroup(choices=similarity_tasks_options, label="Similarity Datasets", interactive=True)
458
- function_prediction_aspect = gr.Radio(choices=function_prediction_aspect_options, label="Function Prediction Aspects", interactive=True)
459
- family_prediction_dataset = gr.CheckboxGroup(choices=family_prediction_dataset_options, label="Family Prediction Datasets", interactive=True)
460
  function_dataset = gr.Textbox(label="Function Prediction Datasets", visible=False, value="All_Data_Sets")
461
  save_checkbox = gr.Checkbox(label="Save results for leaderboard and visualization", value=True)
462
  with gr.Row():
 
454
  with gr.Column():
455
  model_name_textbox = gr.Textbox(label="Method name")
456
  benchmark_types = gr.CheckboxGroup(choices=TASK_INFO, label="Benchmark Types", interactive=True)
457
+ similarity_tasks = gr.CheckboxGroup(choices=similarity_tasks_options, label="Semantic Similarity Inference Datasets", interactive=True)
458
+ function_prediction_aspect = gr.Radio(choices=function_prediction_aspect_options, label="Ontology-based Function Prediction Aspects", interactive=True)
459
+ family_prediction_dataset = gr.CheckboxGroup(choices=family_prediction_dataset_options, label="Drug Target Protein Family Classification Datasets", interactive=True)
460
  function_dataset = gr.Textbox(label="Function Prediction Datasets", visible=False, value="All_Data_Sets")
461
  save_checkbox = gr.Checkbox(label="Save results for leaderboard and visualization", value=True)
462
  with gr.Row():