Upload templates/index.html with huggingface_hub
Browse files- 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 |
-
|
| 2171 |
-
|
| 2172 |
-
|
| 2173 |
-
|
| 2174 |
-
|
| 2175 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>
|