Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,12 @@ with block:
|
|
212 |
)
|
213 |
|
214 |
|
215 |
-
function_dataset =
|
|
|
|
|
|
|
|
|
|
|
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')
|
|
|
212 |
)
|
213 |
|
214 |
|
215 |
+
function_dataset = gr.CheckboxGroup(
|
216 |
+
choices=["All_Data_Sets"],
|
217 |
+
label="Select Function Prediction Dataset",
|
218 |
+
visible=False,
|
219 |
+
default="All_Data_Sets"],
|
220 |
+
)
|
221 |
|
222 |
with gr.Column():
|
223 |
human_file = gr.components.File(label="Click to Upload the representation file (csv) for Human dataset", file_count="single", type='filepath')
|