DaniilAlpha commited on
Commit
239df0b
·
1 Parent(s): eb8a940

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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/answer_test");
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) {