Spaces:
Sleeping
Sleeping
Update static/appS.js
Browse files- static/appS.js +4 -0
static/appS.js
CHANGED
@@ -7,7 +7,11 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
7 |
const sendButtons = document.querySelectorAll('.sendingQA');
|
8 |
const SummarizeInput = document.querySelector(".SummarizeInput");
|
9 |
const CaptionInput = document.querySelector(".CaptionInput");
|
|
|
10 |
|
|
|
|
|
|
|
11 |
let selectedFile = null;
|
12 |
let filePreviewBubble = null;
|
13 |
|
|
|
7 |
const sendButtons = document.querySelectorAll('.sendingQA');
|
8 |
const SummarizeInput = document.querySelector(".SummarizeInput");
|
9 |
const CaptionInput = document.querySelector(".CaptionInput");
|
10 |
+
var GotitB = document.querySelector(".explainChoix button")
|
11 |
|
12 |
+
GotitB.addEventListener("click",()=>{
|
13 |
+
explain.style.opacity="0"
|
14 |
+
})
|
15 |
let selectedFile = null;
|
16 |
let filePreviewBubble = null;
|
17 |
|