Skip to content

Commit

Permalink
Fix typo and remove extra button (#28965)
Browse files Browse the repository at this point in the history
* Fix typo and remove extra button

* Remove button cell
  • Loading branch information
rszper committed Oct 12, 2023
1 parent a94d29f commit 0586161
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions examples/notebooks/beam-ml/mltransform_basic.ipynb
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/AnandInguva/beam/blob/mltransform_notebook/examples/notebooks/beam-ml/mltransform_basic.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"source": [
Expand Down Expand Up @@ -77,7 +67,7 @@
"id": "f0097dbd-2657-4cbe-a334-e0401816db01"
},
"source": [
"## Import the requried modules\n",
"## Import the required modules\n",
"\n",
"To use `MLTransfrom`, install `tensorflow_transform` and the Apache Beam SDK version 2.50.0 or later.\n"
]
Expand Down

0 comments on commit 0586161

Please sign in to comment.