Spaces:
Running
Running
jannisborn
commited on
update
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ if __name__ == "__main__":
|
|
117 |
examples = [
|
118 |
["COc1cc(O)c2c(c1)C=CCC(O)C(O)C(=O)C=CCC(C)OC2=O", None, None, False],
|
119 |
["COC1=C(C=C2C(=C1)N=CN=C2NC3=CC(=C(C=C3)F)Cl)OCCCN4CCOCC4", None, None, True],
|
120 |
-
[None, metadata_root.joinpath("molecules.smi"), None, False],
|
121 |
]
|
122 |
with open(metadata_root.joinpath("article.md"), "r") as f:
|
123 |
article = f.read()
|
|
|
117 |
examples = [
|
118 |
["COc1cc(O)c2c(c1)C=CCC(O)C(O)C(=O)C=CCC(C)OC2=O", None, None, False],
|
119 |
["COC1=C(C=C2C(=C1)N=CN=C2NC3=CC(=C(C=C3)F)Cl)OCCCN4CCOCC4", None, None, True],
|
120 |
+
# [None, metadata_root.joinpath("molecules.smi"), None, False],
|
121 |
]
|
122 |
with open(metadata_root.joinpath("article.md"), "r") as f:
|
123 |
article = f.read()
|