petter2025 commited on
Commit
b790d7c
·
verified ·
1 Parent(s): 09aa1d1

Update ui/components.py

Browse files
Files changed (1) hide show
  1. ui/components.py +1 -10
ui/components.py CHANGED
@@ -133,8 +133,7 @@ def create_observation_gate_placeholder(confidence: float = 65.0) -> gr.HTML:
133
  </h4>
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
- <em style="color: #92400e;">This is not a limitation—it is a psychological advantage demonstrating restraint.</em>
138
  Historical evidence suggests premature action increases risk by <strong>47%</strong>.
139
  </p>
140
  </div>
@@ -186,14 +185,6 @@ def create_observation_gate_placeholder(confidence: float = 65.0) -> gr.HTML:
186
  padding: 20px;
187
  margin-top: 20px;
188
  ">
189
- <div style="color: #64748b; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 8px;">
190
- 🧠 Psychological Principle
191
- </div>
192
- <p style="margin: 0; color: #475569; font-size: 15px; line-height: 1.5; font-style: italic;">
193
- "Restraint is not inaction. It is the system's most sophisticated response to uncertainty.
194
- When confidence is low, the wisest action is often to wait for better data."
195
- </p>
196
- </div>
197
 
198
  <div style="margin-top: 30px; padding-top: 20px; border-top: 2px dashed #f59e0b;">
199
  <div style="display: flex; justify-content: center; align-items: center; gap: 15px; margin-bottom: 10px;">
 
133
  </h4>
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 suggests premature action increases risk by <strong>47%</strong>.
138
  </p>
139
  </div>
 
185
  padding: 20px;
186
  margin-top: 20px;
187
  ">
 
 
 
 
 
 
 
 
188
 
189
  <div style="margin-top: 30px; padding-top: 20px; border-top: 2px dashed #f59e0b;">
190
  <div style="display: flex; justify-content: center; align-items: center; gap: 15px; margin-bottom: 10px;">