Spaces:
Sleeping
Sleeping
Update static/appS.js
Browse files- static/appS.js +2 -2
static/appS.js
CHANGED
@@ -7,8 +7,8 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
7 |
const sendButtons = document.querySelectorAll('.sendingQA');
|
8 |
const SummarizeInput = document.querySelector(".SummarizeInput");
|
9 |
const CaptionInput = document.querySelector(".CaptionInput");
|
10 |
-
const gotItButton = document.
|
11 |
-
const explainChoixDiv = document.
|
12 |
|
13 |
let selectedFile = null;
|
14 |
let filePreviewBubble = null;
|
|
|
7 |
const sendButtons = document.querySelectorAll('.sendingQA');
|
8 |
const SummarizeInput = document.querySelector(".SummarizeInput");
|
9 |
const CaptionInput = document.querySelector(".CaptionInput");
|
10 |
+
const gotItButton = document.querySelector('.explainChoix Botton'); // β
Button to hide explain div
|
11 |
+
const explainChoixDiv = document.querySelector('.explainChoix'); // β
Div to hide
|
12 |
|
13 |
let selectedFile = null;
|
14 |
let filePreviewBubble = null;
|