jarvisx17 commited on
Commit
4c63f51
1 Parent(s): abfdf60

Update templates/chatwidget.html

Browse files
Files changed (1) hide show
  1. templates/chatwidget.html +2 -2
templates/chatwidget.html CHANGED
@@ -597,7 +597,7 @@
597
  <script id="rendered-js">
598
  function chatWidget(id, name, status) {
599
  $.ajax({
600
- url: "http://127.0.0.1:8000/chatwidget",
601
  type: "POST",
602
  data: JSON.stringify({
603
  user_id: id,
@@ -708,7 +708,7 @@
708
  input.value = "";
709
 
710
  $.ajax({
711
- url: "http://127.0.0.1:8000/chatwidget",
712
  type: "POST",
713
  data: JSON.stringify({
714
  query: msg,
 
597
  <script id="rendered-js">
598
  function chatWidget(id, name, status) {
599
  $.ajax({
600
+ url: "https://bacancydataprophets-bmoxi.hf.space/chatwidget",
601
  type: "POST",
602
  data: JSON.stringify({
603
  user_id: id,
 
708
  input.value = "";
709
 
710
  $.ajax({
711
+ url: "https://bacancydataprophets-bmoxi.hf.space/chatwidget",
712
  type: "POST",
713
  data: JSON.stringify({
714
  query: msg,