Ritesh-hf commited on
Commit
ffef210
1 Parent(s): 3d84e4c

Update templates/chat.html

Browse files
Files changed (1) hide show
  1. templates/chat.html +1 -1
templates/chat.html CHANGED
@@ -497,7 +497,7 @@
497
  // socket.emit('message', { question: question, session_id: 'abc123' });
498
 
499
  // Emit question and language via Socket.IO
500
- socket.emit('message', { question: question, session_id: 'abc123' });
501
  }
502
 
503
  function appendAnswer(answer) {
 
497
  // socket.emit('message', { question: question, session_id: 'abc123' });
498
 
499
  // Emit question and language via Socket.IO
500
+ socket.emit('message', { question: question, language="en", session_id: 'abc123' });
501
  }
502
 
503
  function appendAnswer(answer) {