Skip to content

Commit

Permalink
Merge pull request #52 from supermandee/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
supermandee authored Dec 18, 2024
2 parents a5243fa + e6f1044 commit e02e1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MySpotiPal Chat</title>
<title>MySpotipal Chat</title>
<link rel="icon" type="image/png" href="{{ url_for('static', filename='images/favicon.png') }}" sizes="48x48">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ url_for('static', filename='css/chat_styles.css') }}">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<div class="container">
<h1>MySpotiPal Chat</h1>
<h1>MySpotipal Chat</h1>
<div id="error-message" class="alert"></div>
<div class="chat-box" id="chat-box">
<!-- Chat messages will appear here -->
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class="spotify-logo">
</a>

<h1>Welcome to MySpotiPal</h1>
<h1>Welcome to MySpotipal</h1>

<p>Your personal Spotify assistant that knows your music taste inside out. Ready to create personalized playlists, answer your music-related queries, and much more!</p>

Expand Down

0 comments on commit e02e1c5

Please sign in to comment.