Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit c48aa57

Browse files
committed
update code content
1 parent d440eca commit c48aa57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

notebooks/generative_ai/ai_movie_poster.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@
9494
},
9595
{
9696
"cell_type": "code",
97-
"execution_count": 2,
97+
"execution_count": null,
9898
"metadata": {
9999
"id": "6nqoRHYbPAx3"
100100
},
101101
"outputs": [],
102102
"source": [
103103
"import bigframes.pandas as bpd\n",
104104
"\n",
105-
"MY_RPOJECT_ID = 'bigframes-dev'\n",
105+
"MY_RPOJECT_ID = \"bigframes-dev\" # @param {type:\"string\"}\n",
106106
"\n",
107107
"bpd.options.bigquery.project = MY_RPOJECT_ID"
108108
]
@@ -127,7 +127,7 @@
127127
},
128128
{
129129
"cell_type": "code",
130-
"execution_count": 3,
130+
"execution_count": null,
131131
"metadata": {
132132
"colab": {
133133
"base_uri": "https://localhost:8080/",
@@ -246,7 +246,8 @@
246246
}
247247
],
248248
"source": [
249-
"MY_CONNECTION = 'bigframes-default-connection' # Replace with your own connection name.\n",
249+
"# Replace with your own connection name.\n",
250+
"MY_CONNECTION = 'bigframes-default-connection' # @param {type:\"string\"}\n",
250251
"\n",
251252
"movies = bpd.from_glob_path(\n",
252253
" \"gs://cloud-samples-data/vertex-ai/dataset-management/datasets/classic-movie-posters/*\",\n",

0 commit comments

Comments
 (0)