ParthSadaria commited on
Commit
d6f55c4
·
verified ·
1 Parent(s): b50fb3d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -492,9 +492,9 @@ chat_with_gpt()
492
 
493
 
494
  <footer>
495
- <h2 id="warning-banner">
496
- ⚠️ Note: This service uses third-party AI models to generate content. While we strive for accuracy, we cannot guarantee the reliability of the responses. Please verify information before relying on it. We are not responsible for any content generated.
497
- </h2>
498
  <p>Built with ❤️ by Parth Sadaria</p>
499
  </footer>
500
  </div>
 
492
 
493
 
494
  <footer>
495
+ <h2 id="warning-banner" style="text-align: center; margin: 2rem 0; padding: 1rem; background: rgba(255, 247, 237, 0.8); border-radius: 8px; border: 1px solid #FFB74D; color: #B45309; font-size: 1rem; line-height: 1.6;">
496
+ ⚠️ Note: This service uses third-party AI models. While we aim for the best experience, please verify any important information. This API is provided free of charge - please be considerate and don't abuse it! 🤗 Let's keep it running smoothly for everyone!
497
+ </h2>
498
  <p>Built with ❤️ by Parth Sadaria</p>
499
  </footer>
500
  </div>