Spaces:
Runtime error
Runtime error
camphong24032002
commited on
Commit
·
c7e38fc
1
Parent(s):
5f7dbda
Test
Browse files- static/js/script.js +1 -1
static/js/script.js
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
|
19 |
let get_response = async(msg) => {
|
20 |
console.log("Fetching")
|
21 |
-
const response = await fetch("
|
22 |
method: 'POST',
|
23 |
headers: {
|
24 |
'Content-Type': 'application/json',
|
|
|
18 |
|
19 |
let get_response = async(msg) => {
|
20 |
console.log("Fetching")
|
21 |
+
const response = await fetch("https://camphong-chatbot.hf.space/chat", {
|
22 |
method: 'POST',
|
23 |
headers: {
|
24 |
'Content-Type': 'application/json',
|