Skip to content

Commit

Permalink
Fix rendering issue (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinprasadhs authored Aug 31, 2024
1 parent 3ce7f66 commit 4301f03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"for row in recommended_movies.itertuples():\n",
" print(row.title, \":\", row.genres)"
]
},
}
],
"metadata": {
"accelerator": "GPU",
Expand Down Expand Up @@ -383,4 +383,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 4301f03

Please sign in to comment.