mgyigit commited on
Commit
46febd5
·
verified ·
1 Parent(s): 5ca705e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -212,11 +212,7 @@ with block:
212
  )
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():
222
  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 = "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')