privateuserh commited on
Commit
a1e2326
·
verified ·
1 Parent(s): f52dfb4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -1096,7 +1096,7 @@
1096
  sendMessage();
1097
  }
1098
 
1099
- // Send message to AI
1100
  async function sendMessage() {
1101
  const userInput = document.getElementById('user-input');
1102
  const chatMessages = document.getElementById('chat-messages');
@@ -1181,7 +1181,7 @@
1181
  else {
1182
  return "I'm here to help you find the perfect streaming content! Could you tell me more about what you're looking for? For example, you could say 'recommend a sci-fi movie' or 'what should I watch if I feel like laughing?'";
1183
  }
1184
- }
1185
 
1186
  // Update recommendations based on AI response
1187
  function updateRecommendationsFromAI(aiResponse) {
 
1096
  sendMessage();
1097
  }
1098
 
1099
+ // Send message to AI
1100
  async function sendMessage() {
1101
  const userInput = document.getElementById('user-input');
1102
  const chatMessages = document.getElementById('chat-messages');
 
1181
  else {
1182
  return "I'm here to help you find the perfect streaming content! Could you tell me more about what you're looking for? For example, you could say 'recommend a sci-fi movie' or 'what should I watch if I feel like laughing?'";
1183
  }
1184
+ }
1185
 
1186
  // Update recommendations based on AI response
1187
  function updateRecommendationsFromAI(aiResponse) {