pdufour commited on
Commit
15ad92b
·
verified ·
1 Parent(s): e6643db

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
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');