Spaces:
Running
Running
Commit
·
20a9e6f
1
Parent(s):
6d05e15
docs: Put Supported Frameworks section in collapsible accordion
Browse files- Wrapped 30+ frameworks list in <details> accordion
- Set to collapsed by default to reduce visual clutter
- Maintains cleaner UI while preserving comprehensive framework information
- screens/documentation.py +4 -1
screens/documentation.py
CHANGED
|
@@ -388,7 +388,8 @@ response = completion(
|
|
| 388 |
|
| 389 |
---
|
| 390 |
|
| 391 |
-
|
|
|
|
| 392 |
|
| 393 |
TraceVerde automatically instruments **30+ LLM frameworks and providers**:
|
| 394 |
|
|
@@ -444,6 +445,8 @@ TraceVerde automatically instruments **30+ LLM frameworks and providers**:
|
|
| 444 |
|
| 445 |
**No code changes needed** - just import and use as normal!
|
| 446 |
|
|
|
|
|
|
|
| 447 |
---
|
| 448 |
|
| 449 |
<details>
|
|
|
|
| 388 |
|
| 389 |
---
|
| 390 |
|
| 391 |
+
<details>
|
| 392 |
+
<summary><h2>🎯 Supported Frameworks</h2></summary>
|
| 393 |
|
| 394 |
TraceVerde automatically instruments **30+ LLM frameworks and providers**:
|
| 395 |
|
|
|
|
| 445 |
|
| 446 |
**No code changes needed** - just import and use as normal!
|
| 447 |
|
| 448 |
+
</details>
|
| 449 |
+
|
| 450 |
---
|
| 451 |
|
| 452 |
<details>
|