We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae45c6e commit 365ed13Copy full SHA for 365ed13
app.py
@@ -54,7 +54,7 @@
54
dbc.CardHeader(html.H5("NP Classifier")),
55
dbc.CardBody(
56
[
57
- html.Div(id='version', children="Version - 1.2"),
+ html.Div(id='version', children="Version - 1.3"),
58
dbc.Textarea(className="mb-3", id='smiles_string', placeholder="Smiles Structure"),
59
dcc.Loading(
60
id="structure",
0 commit comments