Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ iface = gr.Interface(
|
|
| 49 |
gr.Textbox(label="Molfile").style(show_copy_button=True),
|
| 50 |
],
|
| 51 |
allow_flagging="auto",
|
| 52 |
-
title="
|
| 53 |
description="Convert a molecular image into SMILES and Molfile. (It typically takes 2-3 seconds to predict an "
|
| 54 |
"image, but may take longer if the server is busy. To view the prediction better, copy-paste the "
|
| 55 |
"Molfile to ChemDraw.) <br> " \
|
|
|
|
| 49 |
gr.Textbox(label="Molfile").style(show_copy_button=True),
|
| 50 |
],
|
| 51 |
allow_flagging="auto",
|
| 52 |
+
title="IDEA-OCSR",
|
| 53 |
description="Convert a molecular image into SMILES and Molfile. (It typically takes 2-3 seconds to predict an "
|
| 54 |
"image, but may take longer if the server is busy. To view the prediction better, copy-paste the "
|
| 55 |
"Molfile to ChemDraw.) <br> " \
|