Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
'
|
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,
|