Skip to content

Commit

Permalink
hide mouse coordinates input
Browse files Browse the repository at this point in the history
  • Loading branch information
UUoocl committed Oct 5, 2024
1 parent 5f29fb5 commit 8d5e176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h1>Classifying text with the MediaPipe Text Classifier Task</h1>
</div>
</div>

<div Hidden>
<div hidden>
<h1>MediaPipe Gemma LLM Inference</h1>
<div id="mp-gemma">
<input type="button" class="form-button" id="startLLM" value="Start Gemma" />
Expand Down Expand Up @@ -264,7 +264,7 @@ <h4>Text-to-Text large language model </h4>
<section>
<div>
<h1>Apple Shortcuts Input</h1>
<div id="mouse-shortcuts">
<div id="mouse-shortcuts" hidden>
<p>Mouse coordinates</p>
<textarea id="mouseCoordinates" style="height: 100px; width: 600px"></textarea>
</div>
Expand Down

0 comments on commit 8d5e176

Please sign in to comment.