BioMike commited on
Commit
0f803d2
·
verified ·
1 Parent(s): c5565d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from interfaces import smiles2iupac, iupac2smiles, iupac2style, landing
4
 
5
  demo = gr.TabbedInterface([landing, smiles2iupac, iupac2smiles, iupac2style],
6
  ["Introduction", "SMILES-to-IUPAC", "IUPAC-to-SMILES", "IUPAC style prediction"],
7
- title="ChemConverters 🧪🔬🧬👨🏻‍🔬",
8
  theme=gr.themes.Base())
9
 
10
  demo.launch(share=True)
 
4
 
5
  demo = gr.TabbedInterface([landing, smiles2iupac, iupac2smiles, iupac2style],
6
  ["Introduction", "SMILES-to-IUPAC", "IUPAC-to-SMILES", "IUPAC style prediction"],
7
+ title="ChemicalConverters 🧪🔬🧬👨🏻‍🔬",
8
  theme=gr.themes.Base())
9
 
10
  demo.launch(share=True)