browser/OS theme color resolution

#1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -340,7 +340,7 @@ def load_council_report() -> str:
340
  <div style="background:#1a1a2e; border:1px solid #2a2a4a; border-radius:8px; padding:12px;">
341
  <div style="display:flex; justify-content:space-between; margin-bottom:8px;">
342
  <span style="color:#7fb3f5; font-weight:bold;">Topic #{item.get('topic_id', item.get('cluster_id', '?'))}</span>
343
- <span style="color:#fff; font-size:0.9rem;">Final Choice: <b>{label}</b></span>
344
  </div>
345
  {ui}
346
  </div>
 
340
  <div style="background:#1a1a2e; border:1px solid #2a2a4a; border-radius:8px; padding:12px;">
341
  <div style="display:flex; justify-content:space-between; margin-bottom:8px;">
342
  <span style="color:#7fb3f5; font-weight:bold;">Topic #{item.get('topic_id', item.get('cluster_id', '?'))}</span>
343
+ <span style="color:#fff; font-size:0.9rem;">Final Choice: <b style="color:#ffffff; font-weight:700;">{label}</b></span>
344
  </div>
345
  {ui}
346
  </div>