Spaces:
Running
Running
ai: Remove comment code in CSS.
Browse files* Sometimes showed on chatbot in reasoning mode.
- 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}
|
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 |
"""
|