Skip to content

Commit

Permalink
update iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnHe committed Mar 28, 2024
1 parent 5976a61 commit 3c86d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reference/iframes/body-segmentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<div class="content-container">
<h1>Sentiment Analysis Model</h1>
<h1>Body Segmentation Model</h1>
<p>(Add description.)</p>
<button>
<a href="main.html">Start!</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/iframes/neural-network/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<body>
<main>
</main>
<script src="script.js"></script>
<div class="content-container">
<button>
<a href="index.html">Stop</a>
</button>
</div>
<script src="script.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion docs/reference/iframes/sentiment/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<body>
<main>
</main>
<script src="script.js"></script>
<div class="content-container">
<button>
<a href="index.html">Stop</a>
</button>
</div>
<script src="script.js"></script>
</body>

</html>

0 comments on commit 3c86d3b

Please sign in to comment.