msiron commited on
Commit
bd80c5e
1 Parent(s): 00b3ddd

fix to add proper split

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ for subset in subsets:
50
  "total_magnetization",
51
  ],
52
  )
53
- datasets.append(dataset)
54
 
55
  display_columns = [
56
  "chemical_formula_descriptive",
 
50
  "total_magnetization",
51
  ],
52
  )
53
+ datasets.append(dataset['train'])
54
 
55
  display_columns = [
56
  "chemical_formula_descriptive",