Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ if __name__ == "__main__":
|
|
80 |
examples = [
|
81 |
["Formation Energy", metadata_root.joinpath("7206075.cif")],
|
82 |
["Bulk moduli", metadata_root.joinpath("crystals.zip")],
|
83 |
-
["Metal Nonmetal Classifier", metadata_root.joinpath("metal.csv")],
|
84 |
["Bulk moduli", metadata_root.joinpath("9000046.cif")],
|
85 |
]
|
86 |
|
|
|
80 |
examples = [
|
81 |
["Formation Energy", metadata_root.joinpath("7206075.cif")],
|
82 |
["Bulk moduli", metadata_root.joinpath("crystals.zip")],
|
83 |
+
# ["Metal Nonmetal Classifier", metadata_root.joinpath("metal.csv")],
|
84 |
["Bulk moduli", metadata_root.joinpath("9000046.cif")],
|
85 |
]
|
86 |
|