Spaces:
Runtime error
Runtime error
Update templates/chatwidget.html
Browse files
templates/chatwidget.html
CHANGED
@@ -597,7 +597,7 @@
|
|
597 |
<script id="rendered-js">
|
598 |
function chatWidget(id, name, status) {
|
599 |
$.ajax({
|
600 |
-
url: "
|
601 |
type: "POST",
|
602 |
data: JSON.stringify({
|
603 |
user_id: id,
|
@@ -708,7 +708,7 @@
|
|
708 |
input.value = "";
|
709 |
|
710 |
$.ajax({
|
711 |
-
url: "
|
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,
|