Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,10 +213,9 @@ with block:
|
|
| 213 |
|
| 214 |
|
| 215 |
function_dataset = gr.CheckboxGroup(
|
| 216 |
-
choices=
|
| 217 |
-
label="Select
|
| 218 |
-
|
| 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():
|