GopalKrushnaMahapatra commited on
Commit
5c7224e
·
verified ·
1 Parent(s): c941a65

Update ai-check.html

Browse files
Files changed (1) hide show
  1. ai-check.html +1 -1
ai-check.html CHANGED
@@ -342,7 +342,7 @@
342
 
343
  <!-- SCRIPT -->
344
  <script>
345
- const BACKEND_URL = "https://gopalkrushnamahapatra-truewrite-scan.hf.space";
346
  const token = localStorage.getItem("truewriteToken");
347
  const user = localStorage.getItem("truewriteUser");
348
  if (!token || !user) {
 
342
 
343
  <!-- SCRIPT -->
344
  <script>
345
+ const BACKEND_URL = "https://gopalkrushnamahapatra-truewrite-scan-backend.hf.space";
346
  const token = localStorage.getItem("truewriteToken");
347
  const user = localStorage.getItem("truewriteUser");
348
  if (!token || !user) {