hadadrjt commited on
Commit
baf80c1
·
1 Parent(s): e96f98e

ai: Remove comment code in CSS.

Browse files

* Sometimes showed on chatbot in reasoning mode.

Files changed (1) hide show
  1. src/ui/reasoning.py +1 -1
src/ui/reasoning.py CHANGED
@@ -69,7 +69,7 @@ def styles(reasoning: str, content: str, expanded: bool = False) -> str:
69
  line-height: 1.7; /* Increased line height for easy text flow */
70
  letter-spacing: 0.02em; /* Slight letter spacing to enhance legibility */
71
  ">
72
- {reasoning} <!-- Reasoning -->
73
  </div>
74
  </details>
75
  """
 
69
  line-height: 1.7; /* Increased line height for easy text flow */
70
  letter-spacing: 0.02em; /* Slight letter spacing to enhance legibility */
71
  ">
72
+ {reasoning}
73
  </div>
74
  </details>
75
  """