Update index.js
Browse files
index.js
CHANGED
@@ -14,6 +14,7 @@ const QUANT = "q4f16";
|
|
14 |
const MAX_SINGLE_CHAT_LENGTH = 10;
|
15 |
|
16 |
// UI Elements
|
|
|
17 |
const promptInput = document.querySelector('input[type="text"]');
|
18 |
const status = document.getElementById('status');
|
19 |
const fileUpload = document.getElementById('upload');
|
|
|
14 |
const MAX_SINGLE_CHAT_LENGTH = 10;
|
15 |
|
16 |
// UI Elements
|
17 |
+
const exampleButton = document.getElementById('example');
|
18 |
const promptInput = document.querySelector('input[type="text"]');
|
19 |
const status = document.getElementById('status');
|
20 |
const fileUpload = document.getElementById('upload');
|