Update ui/components.py
Browse files- ui/components.py +1 -1
ui/components.py
CHANGED
|
@@ -134,7 +134,7 @@ def create_observation_gate_placeholder(confidence: float = 65.0) -> gr.HTML:
|
|
| 134 |
<p style="margin: 0; color: #78350f; font-size: 16px; line-height: 1.6;">
|
| 135 |
The system has detected uncertainty (<strong style="color: #dc2626;">{confidence:.1f}% confidence</strong>)
|
| 136 |
and has chosen to observe rather than act.
|
| 137 |
-
Historical evidence
|
| 138 |
</p>
|
| 139 |
</div>
|
| 140 |
</div>
|
|
|
|
| 134 |
<p style="margin: 0; color: #78350f; font-size: 16px; line-height: 1.6;">
|
| 135 |
The system has detected uncertainty (<strong style="color: #dc2626;">{confidence:.1f}% confidence</strong>)
|
| 136 |
and has chosen to observe rather than act.
|
| 137 |
+
Historical evidence indicates premature action increases risk by <strong>47%</strong>, so the system is enforcing an observation-first policy.
|
| 138 |
</p>
|
| 139 |
</div>
|
| 140 |
</div>
|