jannisborn commited on
Commit
1ff7fe3
·
unverified ·
1 Parent(s): 371d449
Files changed (1) hide show
  1. app.py +1 -1
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