HerrHruby commited on
Commit
d5cc8bd
·
verified ·
1 Parent(s): 8f76e00

Upload viewer

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -193,7 +193,7 @@ const DATA_DIR = "data/";
193
  const state = {
194
  manifest: [],
195
  traj: null,
196
- views: { frontier: false, dirs: true, cot: false, exec: false, summary: true, final: true, judge: false },
197
  };
198
 
199
  // ---- math + markdown rendering ----
 
193
  const state = {
194
  manifest: [],
195
  traj: null,
196
+ views: { frontier: false, dirs: true, cot: false, exec: false, summary: true, final: true, judge: true },
197
  };
198
 
199
  // ---- math + markdown rendering ----