Update ui/components.py
Browse files- ui/components.py +3 -3
ui/components.py
CHANGED
|
@@ -109,7 +109,7 @@ def create_observation_gate_placeholder(confidence: float = 65.0) -> gr.HTML:
|
|
| 109 |
</div>
|
| 110 |
<div>
|
| 111 |
<h3 style="margin: 0; color: #92400e; font-weight: 800; font-size: 22px; letter-spacing: 0.5px;">
|
| 112 |
-
|
| 113 |
</h3>
|
| 114 |
<p style="margin: 5px 0 0 0; color: #b45309; font-size: 16px; font-weight: 500;">
|
| 115 |
System restraint engaged
|
|
@@ -1111,7 +1111,7 @@ def create_historical_evidence_panel(scenario_data: Dict[str, Any]) -> gr.HTML:
|
|
| 1111 |
</p>
|
| 1112 |
</div>
|
| 1113 |
<div style="padding: 8px 16px; background: #dbeafe; color: #1e40af; border-radius: 20px; font-size: 12px; font-weight: bold;">
|
| 1114 |
-
|
| 1115 |
</div>
|
| 1116 |
</div>
|
| 1117 |
|
|
@@ -1146,7 +1146,7 @@ def create_historical_evidence_panel(scenario_data: Dict[str, Any]) -> gr.HTML:
|
|
| 1146 |
<div style="font-size: 28px; color: #0ea5e9;">🎯</div>
|
| 1147 |
<div style="flex: 1;">
|
| 1148 |
<div style="font-size: 16px; font-weight: 600; color: #0369a1; margin-bottom: 8px;">
|
| 1149 |
-
|
| 1150 |
</div>
|
| 1151 |
<div style="font-size: 14px; color: #0c4a6e; line-height: 1.6;">
|
| 1152 |
The system prioritizes <strong>historical evidence over predictive confidence</strong>.
|
|
|
|
| 109 |
</div>
|
| 110 |
<div>
|
| 111 |
<h3 style="margin: 0; color: #92400e; font-weight: 800; font-size: 22px; letter-spacing: 0.5px;">
|
| 112 |
+
Observation Gate: Awaiting confirmation.
|
| 113 |
</h3>
|
| 114 |
<p style="margin: 5px 0 0 0; color: #b45309; font-size: 16px; font-weight: 500;">
|
| 115 |
System restraint engaged
|
|
|
|
| 1111 |
</p>
|
| 1112 |
</div>
|
| 1113 |
<div style="padding: 8px 16px; background: #dbeafe; color: #1e40af; border-radius: 20px; font-size: 12px; font-weight: bold;">
|
| 1114 |
+
Historical evidence outweighs model confidence.
|
| 1115 |
</div>
|
| 1116 |
</div>
|
| 1117 |
|
|
|
|
| 1146 |
<div style="font-size: 28px; color: #0ea5e9;">🎯</div>
|
| 1147 |
<div style="flex: 1;">
|
| 1148 |
<div style="font-size: 16px; font-weight: 600; color: #0369a1; margin-bottom: 8px;">
|
| 1149 |
+
If history shows failure, the system will not repeat it.
|
| 1150 |
</div>
|
| 1151 |
<div style="font-size: 14px; color: #0c4a6e; line-height: 1.6;">
|
| 1152 |
The system prioritizes <strong>historical evidence over predictive confidence</strong>.
|