mgyigit commited on
Commit
65ca5b7
·
verified ·
1 Parent(s): 2d82793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -212,7 +212,12 @@ with block:
212
  )
213
 
214
 
215
- function_dataset = "All_Data_Sets"
 
 
 
 
 
216
 
217
  with gr.Column():
218
  human_file = gr.components.File(label="Click to Upload the representation file (csv) for Human dataset", file_count="single", type='filepath')
 
212
  )
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():
223
  human_file = gr.components.File(label="Click to Upload the representation file (csv) for Human dataset", file_count="single", type='filepath')