Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,7 +211,7 @@ with block:
|
|
| 211 |
interactive=True,
|
| 212 |
)
|
| 213 |
|
| 214 |
-
|
| 215 |
with gr.Column():
|
| 216 |
human_file = gr.components.File(label="Click to Upload the representation file (csv) for Human dataset", file_count="single", type='filepath')
|
| 217 |
skempi_file = gr.components.File(label="Click to Upload the representation file (csv) for SKEMPI dataset", file_count="single", type='filepath')
|
|
@@ -228,7 +228,7 @@ with block:
|
|
| 228 |
benchmark_type,
|
| 229 |
similarity_tasks,
|
| 230 |
function_prediction_aspect,
|
| 231 |
-
|
| 232 |
family_prediction_dataset,
|
| 233 |
],
|
| 234 |
)
|
|
|
|
| 211 |
interactive=True,
|
| 212 |
)
|
| 213 |
|
| 214 |
+
|
| 215 |
with gr.Column():
|
| 216 |
human_file = gr.components.File(label="Click to Upload the representation file (csv) for Human dataset", file_count="single", type='filepath')
|
| 217 |
skempi_file = gr.components.File(label="Click to Upload the representation file (csv) for SKEMPI dataset", file_count="single", type='filepath')
|
|
|
|
| 228 |
benchmark_type,
|
| 229 |
similarity_tasks,
|
| 230 |
function_prediction_aspect,
|
| 231 |
+
"All_Data_Sets",
|
| 232 |
family_prediction_dataset,
|
| 233 |
],
|
| 234 |
)
|