mgyigit commited on
Commit
3c41702
·
verified ·
1 Parent(s): d2954c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,7 +211,7 @@ with block:
211
  interactive=True,
212
  )
213
 
214
- function_prediction_dataset = "All_Data_Sets"
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
- function_prediction_dataset,
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
  )