Spaces:
Running
Running
fix: convert path to string
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ if __name__ == "__main__":
|
|
92 |
metadata_root = pathlib.Path(__file__).parent.joinpath("model_cards")
|
93 |
|
94 |
examples = [
|
95 |
-
["Qed", "", metadata_root.joinpath("examples.smi")],
|
96 |
[
|
97 |
"Esol",
|
98 |
"CN1CCN(CCCOc2ccc(N3C(=O)C(=Cc4ccc(Oc5ccc([N+](=O)[O-])cc5)cc4)SC3=S)cc2)CC1",
|
|
|
92 |
metadata_root = pathlib.Path(__file__).parent.joinpath("model_cards")
|
93 |
|
94 |
examples = [
|
95 |
+
["Qed", "", str(metadata_root.joinpath("examples.smi"))],
|
96 |
[
|
97 |
"Esol",
|
98 |
"CN1CCN(CCCOc2ccc(N3C(=O)C(=Cc4ccc(Oc5ccc([N+](=O)[O-])cc5)cc4)SC3=S)cc2)CC1",
|