unknown commited on
Commit
e64a54e
1 Parent(s): 1e0a478

final changes

Browse files
Files changed (1) hide show
  1. static/js/script.js +1 -1
static/js/script.js CHANGED
@@ -54,7 +54,7 @@ const createChatLi = (message, className) => {
54
  };
55
 
56
  const generateResponse = (chatElement, typingInterval) => {
57
- const SERVER_URL = "http://127.0.0.1:7860//get-response";
58
  const userId = getUserId();
59
 
60
  fetch(SERVER_URL, {
 
54
  };
55
 
56
  const generateResponse = (chatElement, typingInterval) => {
57
+ const SERVER_URL = "https://dixith-me-n-b.hf.space//get-response";
58
  const userId = getUserId();
59
 
60
  fetch(SERVER_URL, {