Skip to content

Commit

Permalink
[Speech To Text] Add : speech button
Browse files Browse the repository at this point in the history
  • Loading branch information
Daffabot authored Sep 27, 2023
1 parent 7b54b0c commit 52c7ba9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions _posts/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ <h1 class="chat-box-header">Chat Daffabot</h1>
</main>
</div>
</div>
<div class="chat-input-container">
<div class="sms" style="margin-left: 0; width: 90%; align: center;">
<input id="input" type="text" placeholder="type here..." autocomplete="off" style="cursor: pointer;" value>
<button class="chat-submit" id="submit" type="button" name="submit">Send</button>
</div>
</div>
<div class="chat-input-container">
<div class="sms">
<input id="input" type="text" placeholder="type here..." autocomplete="off" value />
<button class="button" id="speech" type="button" name="speech">🎤</button>
<button class="chat-submit" id="submit" type="button" name="submit"></button>
</div>
</div>
</main>
<script src="{{ '/assets/script.js' | relative_url }}"></script>
<script src="{{ '/assets/script.js' | relative_url }}"></script>

0 comments on commit 52c7ba9

Please sign in to comment.