Subbu1304 commited on
Commit
4918443
·
verified ·
1 Parent(s): 7981b12

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -378,7 +378,7 @@
378
  document.getElementById('statusText').textContent = 'Login successful! Redirecting...';
379
  document.getElementById('statusMessage').style.display = 'block';
380
  setTimeout(() => {
381
- window.location.href = '/dashboard'; // Redirect to dashboard
382
  }, 3000);
383
  } else {
384
  speak("Please enter valid login details.");
 
378
  document.getElementById('statusText').textContent = 'Login successful! Redirecting...';
379
  document.getElementById('statusMessage').style.display = 'block';
380
  setTimeout(() => {
381
+ window.location.href = 'https://huggingface.co/spaces/Subbu1304/AIvoicemenu1geetha'; // Redirect to dashboard
382
  }, 3000);
383
  } else {
384
  speak("Please enter valid login details.");