mgyigit commited on
Commit
5ca705e
·
verified ·
1 Parent(s): 65ca5b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -213,10 +213,9 @@ with block:
213
 
214
 
215
  function_dataset = gr.CheckboxGroup(
216
- choices=["All_Data_Sets"],
217
- label="Select Function Prediction Dataset",
218
- visible=False,
219
- default="All_Data_Sets"],
220
  )
221
 
222
  with gr.Column():
 
213
 
214
 
215
  function_dataset = gr.CheckboxGroup(
216
+ choices=family_prediction_dataset_options,
217
+ label="Select Family Prediction Dataset",
218
+ interactive=True,
 
219
  )
220
 
221
  with gr.Column():