Skip to content

Commit 93f44a8

Browse files
authored
chore: update Multimodal snippets for display size (#1640)
* chore: update Multimodal snippets for display size * wording
1 parent 55e57f1 commit 93f44a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/multimodal_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def test_multimodal_dataframe(gcs_dst_bucket: str) -> None:
4848
df_image["updated"] = df_image["image"].blob.updated()
4949
df_image
5050

51-
# Filter images and display, you can also display audio and video types
52-
df_image[df_image["author"] == "alice"]["image"].blob.display()
51+
# Filter images and display, you can also display audio and video types. Use width/height parameters to constrain window sizes.
52+
df_image[df_image["author"] == "alice"]["image"].blob.display(width=400)
5353
# [END bigquery_dataframes_multimodal_dataframe_merge]
5454

5555
# [START bigquery_dataframes_multimodal_dataframe_image_transform]

0 commit comments

Comments
 (0)