Upload viewer
Browse files- 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:
|
| 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 ----
|