BioMike commited on
Commit
34ba115
1 Parent(s): 188fec3

Update interfaces/iupac2style.py

Browse files
Files changed (1) hide show
  1. interfaces/iupac2style.py +1 -1
interfaces/iupac2style.py CHANGED
@@ -20,6 +20,6 @@ iupac2style = gr.Interface(
20
  ],
21
  outputs=[gr.Text(label="IUPAC style")],
22
  examples=[
23
- [None, "propan-2-yl 2-[4-(4-chlorophenyl)carbonylphenoxy]-2-methyl-propanoate"]
24
  ],
25
  )
 
20
  ],
21
  outputs=[gr.Text(label="IUPAC style")],
22
  examples=[
23
+ ["0T7D5", "propan-2-yl 2-[4-(4-chlorophenyl)carbonylphenoxy]-2-methyl-propanoate"]
24
  ],
25
  )