cafierom commited on
Commit
4513aee
·
verified ·
1 Parent(s): d1c7538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from rdkit import Chem
3
  from rdkit.Chem import AllChem, Draw
4
 
5
- def get_sdf(smile: str) -> str:
6
  """
7
  Convert a SMILES string to an SDF string
8
  Args:
 
2
  from rdkit import Chem
3
  from rdkit.Chem import AllChem, Draw
4
 
5
+ def get_sdf(smile: str):
6
  """
7
  Convert a SMILES string to an SDF string
8
  Args: