libokj commited on
Commit
b41c0f6
·
1 Parent(s): 608195e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def rgb_to_hex(rgb):
189
  return '#{:02x}{:02x}{:02x}'.format(rgb[0], rgb[1], rgb[2])
190
 
191
 
192
- def mol_to_pharm3d(mol):
193
  if mol is None:
194
  return
195
  AllChem.Compute2DCoords(mol)
 
189
  return '#{:02x}{:02x}{:02x}'.format(rgb[0], rgb[1], rgb[2])
190
 
191
 
192
+ def mol_to_pharm3d(mol, mode='html'):
193
  if mol is None:
194
  return
195
  AllChem.Compute2DCoords(mol)