dmar1313 commited on
Commit
e007a6b
1 Parent(s): 58abd1e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -44,7 +44,7 @@
44
  <button onclick="sendMessage()">Send</button>
45
  </div>
46
  <script>
47
- const endpoint = 'https://huggingface.co/spaces/dmar1313/uncensored'; // Replace with your Space's URL
48
 
49
  function appendMessage(who, text) {
50
  const div = document.createElement('div');
 
44
  <button onclick="sendMessage()">Send</button>
45
  </div>
46
  <script>
47
+ const endpoint = 'https://huggingface.co/spaces/dmar1313/uncensored/chat';
48
 
49
  function appendMessage(who, text) {
50
  const div = document.createElement('div');