Spaces:
Running
Running
Update interfaces/iupac2style.py
Browse files
interfaces/iupac2style.py
CHANGED
@@ -20,6 +20,6 @@ iupac2style = gr.Interface(
|
|
20 |
],
|
21 |
outputs=[gr.Text(label="IUPAC style")],
|
22 |
examples=[
|
23 |
-
["
|
24 |
],
|
25 |
)
|
|
|
20 |
],
|
21 |
outputs=[gr.Text(label="IUPAC style")],
|
22 |
examples=[
|
23 |
+
["", "propan-2-yl 2-[4-(4-chlorophenyl)carbonylphenoxy]-2-methyl-propanoate"]
|
24 |
],
|
25 |
)
|