From 9c61870f370a9c9236dc767b0d0dee57ff7c3315 Mon Sep 17 00:00:00 2001 From: florencep Date: Wed, 8 May 2019 12:34:51 -0700 Subject: [PATCH] added back missing file import --- .../census_income_prediction/getting_started_notebook.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb b/tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb index db3e2529c24f..2e963d2b1553 100644 --- a/tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb +++ b/tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb @@ -128,6 +128,7 @@ "source": [ "#@title Authenticate and create a client. { vertical-output: true }\n", "\n", + "from google.colab import files\n", "from google.cloud import automl_v1beta1\n", "\n", "# Upload service account key\n",