Spaces:
Running
Running
Commit ·
a504192
1
Parent(s): 4f7a3f5
fix(frontend): fix all 25->26 signal count inconsistencies
Browse filesfrontend/index.html — three places still said 25 signals:
line 1040: '25 detection signals run in parallel' -> 26
line 1154: '25 forensic signals' -> 26
line 1187: footer badge '25 Signals' -> 26
Also updated line 1040 to say '8 independent methods' (was 7)
to reflect the addition of own_embedding as an active method.
- frontend/index.html +3 -3
frontend/index.html
CHANGED
|
@@ -1037,7 +1037,7 @@ footer {
|
|
| 1037 |
<div class="how-card">
|
| 1038 |
<div class="how-step">02</div>
|
| 1039 |
<h4>Forensic Analysis</h4>
|
| 1040 |
-
<p>
|
| 1041 |
</div>
|
| 1042 |
<div class="how-card">
|
| 1043 |
<div class="how-step">03</div>
|
|
@@ -1151,7 +1151,7 @@ footer {
|
|
| 1151 |
<div class="footer-inner">
|
| 1152 |
<div class="footer-brand">
|
| 1153 |
<h3>VeriFile-X</h3>
|
| 1154 |
-
<p>Advanced AI image verification platform.
|
| 1155 |
</div>
|
| 1156 |
<div class="footer-col">
|
| 1157 |
<h4>Product</h4>
|
|
@@ -1184,7 +1184,7 @@ footer {
|
|
| 1184 |
<div class="footer-bottom">
|
| 1185 |
<span>© 2026 VeriFile-X — Built for Trust & Transparency</span>
|
| 1186 |
<div class="footer-badges">
|
| 1187 |
-
<span class="footer-badge">
|
| 1188 |
<span class="footer-badge">Privacy First</span>
|
| 1189 |
<span class="footer-badge">Open Source</span>
|
| 1190 |
</div>
|
|
|
|
| 1037 |
<div class="how-card">
|
| 1038 |
<div class="how-step">02</div>
|
| 1039 |
<h4>Forensic Analysis</h4>
|
| 1040 |
+
<p>26 detection signals run in parallel across 8 independent methods.</p>
|
| 1041 |
</div>
|
| 1042 |
<div class="how-card">
|
| 1043 |
<div class="how-step">03</div>
|
|
|
|
| 1151 |
<div class="footer-inner">
|
| 1152 |
<div class="footer-brand">
|
| 1153 |
<h3>VeriFile-X</h3>
|
| 1154 |
+
<p>Advanced AI image verification platform. 26 forensic signals. Cryptographic evidence reports. Built for accuracy, transparency, and trust.</p>
|
| 1155 |
</div>
|
| 1156 |
<div class="footer-col">
|
| 1157 |
<h4>Product</h4>
|
|
|
|
| 1184 |
<div class="footer-bottom">
|
| 1185 |
<span>© 2026 VeriFile-X — Built for Trust & Transparency</span>
|
| 1186 |
<div class="footer-badges">
|
| 1187 |
+
<span class="footer-badge">26 Signals</span>
|
| 1188 |
<span class="footer-badge">Privacy First</span>
|
| 1189 |
<span class="footer-badge">Open Source</span>
|
| 1190 |
</div>
|