ya_sir commited on
Commit
70146b6
·
verified ·
1 Parent(s): f2ad997

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -739,7 +739,8 @@ a = "1"
739
  } catch (error) {
740
  btn.disabled = false;
741
  console.error('An error occurred:', error);
742
- pi.innerText = 'An error occurred, try changing your prompt';
 
743
  }
744
  }
745
 
 
739
  } catch (error) {
740
  btn.disabled = false;
741
  console.error('An error occurred:', error);
742
+ pi.innerText = 'reCaptcha human verification failed user is suspected to be bot ';
743
+ pi.style.color = "white"
744
  }
745
  }
746