katielink commited on
Commit
f2ceba3
1 Parent(s): 116c5c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def main():
34
 
35
  data_type_names = [
36
  'DNA', 'scRNA', 'scRNA perturbation', 'protein language model', 'protein structure prediction',
37
- 'protein generation', 'protein function prediction', 'antibody structure prediction', 'molecules',
38
- 'protein-to-ligand', 'reaction-to-enzyme', 'enzyme generation', 'epigenetics',
39
  ]
40
 
41
  data_types = gr.CheckboxGroup(choices=data_type_names,
 
34
 
35
  data_type_names = [
36
  'DNA', 'scRNA', 'scRNA perturbation', 'protein language model', 'protein structure prediction',
37
+ 'protein generation', 'protein function prediction', 'antibody structure prediction', 'antibody language model', 'molecules',
38
+ 'ligand generation', 'reaction-to-enzyme', 'enzyme generation', 'epigenetics',
39
  ]
40
 
41
  data_types = gr.CheckboxGroup(choices=data_type_names,