Spaces:
Running
Running
Update interfaces/iupac2smiles.py
Browse files
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 |
-
[
|
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 |
)
|