Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -212,6 +212,8 @@ with block:
|
|
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 +230,7 @@ with block:
|
|
228 |
benchmark_type,
|
229 |
similarity_tasks,
|
230 |
function_prediction_aspect,
|
231 |
-
|
232 |
family_prediction_dataset,
|
233 |
],
|
234 |
)
|
|
|
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')
|
219 |
skempi_file = gr.components.File(label="Click to Upload the representation file (csv) for SKEMPI dataset", file_count="single", type='filepath')
|
|
|
230 |
benchmark_type,
|
231 |
similarity_tasks,
|
232 |
function_prediction_aspect,
|
233 |
+
function_dataset,
|
234 |
family_prediction_dataset,
|
235 |
],
|
236 |
)
|