Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -154,7 +154,7 @@
|
|
| 154 |
const startButton = document.getElementById("startButton");
|
| 155 |
const loadingOverlay = document.getElementById("loadingOverlay");
|
| 156 |
|
| 157 |
-
instructionText.value = "
|
| 158 |
|
| 159 |
let stream;
|
| 160 |
let isProcessing = false;
|
|
|
|
| 154 |
const startButton = document.getElementById("startButton");
|
| 155 |
const loadingOverlay = document.getElementById("loadingOverlay");
|
| 156 |
|
| 157 |
+
instructionText.value = "What do you see?"; // default instruction
|
| 158 |
|
| 159 |
let stream;
|
| 160 |
let isProcessing = false;
|