Skip to content

Commit

Permalink
fix typo within iframe & faq
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnHe committed Mar 28, 2024
1 parent fdec211 commit 5976a61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/reference/iframes/sentiment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<body>
<div class="content-container">
<h1>Body Segmentation Model</h1>
<p>(Add description.) Ensure to enable the webcam.</p>
<h1>Sentiment Analysis Model</h1>
<p>(Add description.)</p>
<button>
<a href="main.html">Start!</a>
</button>
Expand Down
4 changes: 2 additions & 2 deletions docs/welcome/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# FAQ

## Can I always use ml5.js in the [p5 web editor](https://editor.p5js.org)?
## Can I always use ml5.js in p5 web editor?

Mostly.

A number of the ml5 sketches don't currently work in the p5 web editor due to some of the ways that the editor handles data files and some of the network communication regarding making requests to external data (e.g. the big model files that allow ml5.js to run things like image detection, etc).
A number of the ml5 sketches don't currently work in the [p5 web editor](https://editor.p5js.org/) due to some of the ways that the editor handles data files and some of the network communication regarding making requests to external data (e.g. the big model files that allow ml5.js to run things like image detection, etc).

There are lots of developments in the p5 web editor as well as in ml5 to make sure these environments all play nicely together. If something doesn't work in the web editor, the best thing to do is to try and run things locally if possible. See [running you sketch with a local web server tutorial](/?id=try-ml5js-locally-3).

Expand Down

0 comments on commit 5976a61

Please sign in to comment.