cafierom commited on
Commit
5025d5f
·
verified ·
1 Parent(s): 8c63ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ returns the names, SMILES strings, molecular weights and logP values for the rel
254
  print(tool_choices)
255
 
256
  if len(tool_choices) == 1:
257
- tool1 = tool_choices[0.strip()
258
  if tool1.lower() == 'none':
259
  tool_choice = (None, None)
260
  else:
 
254
  print(tool_choices)
255
 
256
  if len(tool_choices) == 1:
257
+ tool1 = tool_choices[0].strip()
258
  if tool1.lower() == 'none':
259
  tool_choice = (None, None)
260
  else: