interactiveReasoning commited on
Commit
9afbe76
·
verified ·
1 Parent(s): 17892ce

Update evaluation/eval_interfaces/warning.html

Browse files
evaluation/eval_interfaces/warning.html CHANGED
@@ -101,7 +101,7 @@ html,body{
101
  const startBtn = document.getElementById('startBtn');
102
 
103
  // Initial countdown value
104
- let countdown = 4;
105
 
106
  // Update button text every second
107
  const interval = setInterval(() => {
 
101
  const startBtn = document.getElementById('startBtn');
102
 
103
  // Initial countdown value
104
+ let countdown = 1;
105
 
106
  // Update button text every second
107
  const interval = setInterval(() => {