Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -192,10 +192,10 @@ PRESET_MAP = {
|
|
192 |
TARGET_FAMILY_MAP = {
|
193 |
'General': 'general',
|
194 |
'Kinase': 'kinase',
|
195 |
-
'Non
|
196 |
-
'Membrane
|
197 |
-
'Nuclear
|
198 |
-
'Ion
|
199 |
'Others': 'others',
|
200 |
}
|
201 |
|
|
|
192 |
TARGET_FAMILY_MAP = {
|
193 |
'General': 'general',
|
194 |
'Kinase': 'kinase',
|
195 |
+
'Non-Kinase Enzyme': 'non_kinase_enzyme',
|
196 |
+
'Membrane Receptor': 'membrane_receptor',
|
197 |
+
'Nuclear Receptor': 'nuclear_receptor',
|
198 |
+
'Ion Channel': 'ion_channel',
|
199 |
'Others': 'others',
|
200 |
}
|
201 |
|