FatimaGr commited on
Commit
a246d86
·
verified ·
1 Parent(s): 9e1ac8d
Files changed (1) hide show
  1. static/script.js +2 -2
static/script.js CHANGED
@@ -718,10 +718,10 @@ askBtn.addEventListener('click', async () => {
718
  <span class="drop-text" id="dropText">Déposez votre fichier ici ou cliquez pour parcourir</span>
719
  </label>
720
  <input type="file" id="graphFileInput" class="file-input"
721
- accept=".doc,.docx,.xls,.xlsx,.pdf,.ppt,.pptx" hidden>
722
  </div>
723
 
724
- <div class="graph-action-container">
725
  <select id="graphTypeSelect" class="language-dropdown">
726
  <option value="">Select type</option>
727
  <option value="histplot">Histogramme</option>
 
718
  <span class="drop-text" id="dropText">Déposez votre fichier ici ou cliquez pour parcourir</span>
719
  </label>
720
  <input type="file" id="graphFileInput" class="file-input"
721
+ accept=".xls,.xlsx" hidden>
722
  </div>
723
 
724
+ <div class="action-container">
725
  <select id="graphTypeSelect" class="language-dropdown">
726
  <option value="">Select type</option>
727
  <option value="histplot">Histogramme</option>