Spaces:
Running
Running
Update app.py
Browse files
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="
|
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)
|