OUAREDAEK commited on
Commit
d079865
·
verified ·
1 Parent(s): 57abae0

Upload templates/index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. templates/index.html +14 -6
templates/index.html CHANGED
@@ -2167,12 +2167,20 @@ textarea:focus {
2167
  <span>Forte confiance</span>
2168
  </div>
2169
  </div>
2170
- <div style="display: flex; flex-direction: column; gap: 10px; align-items: flex-end; min-width: 200px;">
2171
- <button id="saveTrustBtn" style="height: fit-content; width: 100%;">💾 Sauvegarder l'évaluation</button>
2172
- <button id="crossReadersBtn" style="height: fit-content; width: 100%;">
2173
- 📊 Lecture croisée
2174
- </button>
2175
- </div>
 
 
 
 
 
 
 
 
2176
  </div>
2177
 
2178
  <div id="saveTrustMsg"></div>
 
2167
  <span>Forte confiance</span>
2168
  </div>
2169
  </div>
2170
+ <div style="display: flex; flex-direction: column; gap: 10px; align-items: flex-end; min-width: 200px;">
2171
+ <button id="saveTrustBtn" style="height: fit-content; width: 100%;">
2172
+ 💾 Sauvegarder l'évaluation
2173
+ </button>
2174
+
2175
+ <button
2176
+ id="crossReadersBtn"
2177
+ style="height: fit-content; width: 100%; background-color: #ccc; color: #666; cursor: not-allowed;"
2178
+ disabled
2179
+ >
2180
+ 📊 Lecture croisée
2181
+ </button>
2182
+ </div>
2183
+
2184
  </div>
2185
 
2186
  <div id="saveTrustMsg"></div>