Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -202,7 +202,7 @@ def getbioactives_node(state: State) -> State:
|
|
| 202 |
|
| 203 |
chembl_id = state["query_chembl"].strip()
|
| 204 |
current_props_string = state["props_string"]
|
| 205 |
-
if (chembl_id == None) or (chembl_id.lower() == 'none') or (chembl_id == '':
|
| 206 |
return state
|
| 207 |
|
| 208 |
#check if f'{chembl_id}_bioactives.csv' exists
|
|
|
|
| 202 |
|
| 203 |
chembl_id = state["query_chembl"].strip()
|
| 204 |
current_props_string = state["props_string"]
|
| 205 |
+
if (chembl_id == None) or (chembl_id.lower() == 'none') or (chembl_id == ''):
|
| 206 |
return state
|
| 207 |
|
| 208 |
#check if f'{chembl_id}_bioactives.csv' exists
|