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