Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,11 +212,7 @@ with block:
|
|
| 212 |
)
|
| 213 |
|
| 214 |
|
| 215 |
-
function_dataset =
|
| 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')
|