Spaces:
Paused
Paused
Commit
·
239df0b
1
Parent(s):
eb8a940
Update main.py
Browse files
main.py
CHANGED
|
@@ -30,7 +30,7 @@ HTML = """
|
|
| 30 |
const output = document.getElementById("output");
|
| 31 |
|
| 32 |
// TODO!
|
| 33 |
-
const ws = new WebSocket("wss://daniilalpha-answerer-api.hf.space/
|
| 34 |
ws.onmessage = (e) => answer(e.data);
|
| 35 |
|
| 36 |
function ask(event) {
|
|
|
|
| 30 |
const output = document.getElementById("output");
|
| 31 |
|
| 32 |
// TODO!
|
| 33 |
+
const ws = new WebSocket("wss://daniilalpha-answerer-api.hf.space/answer");
|
| 34 |
ws.onmessage = (e) => answer(e.data);
|
| 35 |
|
| 36 |
function ask(event) {
|