cafierom commited on
Commit
0db0b2f
·
verified ·
1 Parent(s): 49678ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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