Spaces:
Build error
Build error
simonduerr
commited on
Commit
·
624e14a
1
Parent(s):
ae9acdb
Update app.py
Browse files
app.py
CHANGED
@@ -12,15 +12,14 @@ def update(smiles):
|
|
12 |
</head>
|
13 |
|
14 |
<body>
|
15 |
-
<
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
</script>
|
24 |
</body>
|
25 |
</html>
|
26 |
"""
|
|
|
12 |
</head>
|
13 |
|
14 |
<body>
|
15 |
+
<img data-smiles="
|
16 |
+
"""+
|
17 |
+
smiles+
|
18 |
+
""" " />
|
19 |
+
<script type="text/javascript" src="https://unpkg.com/smiles-drawer@2.0.1/dist/smiles-drawer.min.js"></script>
|
20 |
+
<script>
|
21 |
+
SmiDrawer.apply();
|
22 |
+
</script>
|
|
|
23 |
</body>
|
24 |
</html>
|
25 |
"""
|