ikraamkb commited on
Commit
64678d7
·
verified ·
1 Parent(s): 889642a

Update static/appS.js

Browse files
Files changed (1) hide show
  1. 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