Skip to content

Commit

Permalink
Add CSS for notebook buttons.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561871573
  • Loading branch information
markmcd authored and copybara-github committed Sep 1, 2023
1 parent 7166afd commit 133d2d2
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
23 changes: 22 additions & 1 deletion examples/customization/face_stylizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"metadata": {},
"cell_type": "markdown",
"source": [
"Project: /mediapipe/_project.yaml\n",
"Book: /mediapipe/_book.yaml\n",
"\n",
"<link rel=\"stylesheet\" href=\"/mediapipe/site.css\">\n",
"\n",
"# Face stylizer model customization guide\n",
"\n",
"\u003ctable align=\"left\" class=\"buttons\"\u003e\n",
Expand Down Expand Up @@ -357,7 +362,23 @@
]
}
],
"metadata": {},
"metadata": {
"colab": {
"last_runtime": {
"build_target": "",
"kind": "local"
},
"private_outputs": true,
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
3 changes: 3 additions & 0 deletions examples/customization/gesture_recognizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"source": [
"Project: /mediapipe/_project.yaml\n",
"Book: /mediapipe/_book.yaml\n",
"\n",
"<link rel=\"stylesheet\" href=\"/mediapipe/site.css\">\n",
"\n",
"# Hand gesture recognition model customization guide\n",
"\n",
"\u003ctable align=\"left\" class=\"buttons\"\u003e\n",
Expand Down
2 changes: 2 additions & 0 deletions examples/customization/image_classifier.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"source": [
"Project: /mediapipe/_project.yaml\n",
"Book: /mediapipe/_book.yaml\n",
"\n",
"<link rel=\"stylesheet\" href=\"/mediapipe/site.css\">\n",
"\n",
"# Image classification model customization guide\n",
"\n",
Expand Down
2 changes: 2 additions & 0 deletions examples/customization/object_detector.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"source": [
"Project: /mediapipe/_project.yaml\n",
"Book: /mediapipe/_book.yaml\n",
"\n",
"<link rel=\"stylesheet\" href=\"/mediapipe/site.css\">\n",
"\n",
"# Object detection model customization guide\n",
"\n",
Expand Down
2 changes: 2 additions & 0 deletions examples/customization/text_classifier.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"source": [
"Project: /mediapipe/_project.yaml\n",
"Book: /mediapipe/_book.yaml\n",
"\n",
"<link rel=\"stylesheet\" href=\"/mediapipe/site.css\">\n",
"\n",
"# Text classification model customization guide\n",
"\n",
Expand Down

0 comments on commit 133d2d2

Please sign in to comment.