Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,9 @@ def main():
|
|
37 |
], label='Filter')
|
38 |
|
39 |
data_type_names = [
|
40 |
-
'DNA', 'scRNA', 'scRNA perturbation', 'protein language model', 'protein structure prediction',
|
41 |
'protein generation', 'protein function prediction', 'antibody structure prediction', 'antibody language model', 'molecules',
|
42 |
-
'ligand generation', 'reaction-to-enzyme', 'enzyme generation', 'epigenomic', 'molecular docking'
|
43 |
]
|
44 |
|
45 |
data_types = gr.CheckboxGroup(choices=data_type_names,
|
|
|
37 |
], label='Filter')
|
38 |
|
39 |
data_type_names = [
|
40 |
+
'DNA', 'scRNA', 'scRNA perturbation', 'RNA structure prediction', 'protein language model', 'protein structure prediction',
|
41 |
'protein generation', 'protein function prediction', 'antibody structure prediction', 'antibody language model', 'molecules',
|
42 |
+
'ligand generation', 'reaction-to-enzyme', 'enzyme generation', 'epigenomic', 'molecular docking', 'peptide property prediction',
|
43 |
]
|
44 |
|
45 |
data_types = gr.CheckboxGroup(choices=data_type_names,
|