Skip to content

Commit 5005fcc

Browse files
committed
remove the project ID value
1 parent ba51e8a commit 5005fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/generative_ai/ai_functions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 2,
74+
"execution_count": null,
7575
"id": "c9f924aa",
7676
"metadata": {},
7777
"outputs": [],
7878
"source": [
7979
"import bigframes.pandas as bpd \n",
8080
"\n",
81-
"PROJECT_ID = \"bigframes-dev\" # Your project ID here\n",
81+
"PROJECT_ID = \"\" # Your project ID here\n",
8282
"\n",
8383
"bpd.options.bigquery.project = PROJECT_ID\n",
8484
"bpd.options.bigquery.ordering_mode = \"partial\"\n",

0 commit comments

Comments
 (0)