cafierom commited on
Commit
7ced3ac
·
verified ·
1 Parent(s): 464d56f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from rdkit import Chem
3
- from rdkit.Chem import AllChem
4
 
5
  def get_sdf(smile: str) -> str:
6
  """
 
1
  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
  """