BioMike commited on
Commit
4b28b4f
1 Parent(s): 34ba115

Update interfaces/iupac2smiles.py

Browse files
Files changed (1) hide show
  1. interfaces/iupac2smiles.py +1 -1
interfaces/iupac2smiles.py CHANGED
@@ -25,6 +25,6 @@ iupac2smiles = gr.Interface(
25
  outputs=[gr.Text(label="Converted Name"),
26
  gr.Image(type='pil', label="Molecule Plot", height=170, width=890)],
27
  examples=[
28
- ["0T7D5", "ethanol", True]
29
  ],
30
  )
 
25
  outputs=[gr.Text(label="Converted Name"),
26
  gr.Image(type='pil', label="Molecule Plot", height=170, width=890)],
27
  examples=[
28
+ [False, "ethanol", True]
29
  ],
30
  )