Spaces:
Sleeping
Sleeping
Lisa Dunlap
commited on
Commit
·
119389b
1
Parent(s):
6334bb3
fix examples bug
Browse files
stringsight/dashboard/utils.py
CHANGED
|
@@ -1922,7 +1922,7 @@ def format_examples_display(examples: List[Dict[str, Any]],
|
|
| 1922 |
{prompt_preview}
|
| 1923 |
</span>
|
| 1924 |
<span style="font-size: 12px; color: #6c757d;">
|
| 1925 |
-
{example['model']}
|
| 1926 |
</span>
|
| 1927 |
</summary>
|
| 1928 |
|
|
|
|
| 1922 |
{prompt_preview}
|
| 1923 |
</span>
|
| 1924 |
<span style="font-size: 12px; color: #6c757d;">
|
| 1925 |
+
{example['model']}
|
| 1926 |
</span>
|
| 1927 |
</summary>
|
| 1928 |
|