Skip to content

Commit 912c5b9

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: GenAI Client(evals): Long traces do not scroll
PiperOrigin-RevId: 829503524
1 parent ed53c69 commit 912c5b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vertexai/_genai/_evals_visualization.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ def _get_evaluation_html(eval_result_json: str) -> str:
163163
background-color: #F8F9FA;
164164
border: 1px solid #dadce0;
165165
border-radius: 4px;
166-
overflow: hidden;
166+
overflow: auto;
167+
max-height: 800px;
167168
margin: 0;
168169
}}
169170
.trace-event-row {{

0 commit comments

Comments
 (0)