Skip to content

Commit

Permalink
fix: updated chat examples for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
supermandee committed Dec 12, 2024
1 parent 92205e4 commit 8ed1ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ <h1>MySpotiPal Chat</h1>
<!-- Chat messages will appear here -->
</div>
<div class="examples">
<p onclick="setExample('What are my top artists?')">What are my top artists?</p>
<p onclick="setExample('What\'s my most played track recently?')">What's my most played track recently?</p>
<p onclick="setExample('What are my top artists?')">Who are my top artists?</p>
<p onclick="setExample('What\'s my most played track recently?')">What's my top track recently?</p>
</div>
<div class="input-box">
<input type="text" id="user-input" placeholder="Ask me something..." onkeypress="checkEnter(event)">
Expand Down

0 comments on commit 8ed1ffb

Please sign in to comment.