-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdisclaimer.html
56 lines (56 loc) · 4.83 KB
/
disclaimer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disclaimer</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
padding: 20px;
max-width: 800px;
margin: 0 auto;
background-color: #f4f4f4;
color: #333;
}
.container {
background-color: #ffffff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #2c3e50;
text-align: center;
margin-bottom: 30px;
}
ol {
margin-left: 20px;
padding-left: 20px;
}
li {
margin-bottom: 10px;
}
</style>
</head>
<body>
<h1>Disclaimer</h1>
<p>This chatbot is an artificial intelligence (AI) powered tool designed to provide general information related to mental health. Do take the necessary, prudent steps to verify this information to your satisfaction and to serve your needs. Please read and acknowledge the following important points before using this service:</p>
<ol>
<li>AI-Powered Tool: This AI chatbot uses advanced AI technology to generate responses. It does not have human oversight for individual conversations and may not always provide perfect or appropriate responses.</li>
<li>Not a Substitute for Professional Help: This AI chatbot is not a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of qualified health providers with any questions you may have regarding a medical condition.</li>
<li>Emergency Situations: This AI chatbot is not equipped to handle crisis or emergency situations. If you're experiencing a mental health emergency or having thoughts of self-harm, please contact emergency services immediately or reach out to a crisis hotline.</li>
<li>Privacy and Data: We strive to maintain your privacy. Please be aware that the information you share with this AI chatbot will be stored temporarily and deleted at the end of your session. Do not share any personal information.</li>
<li>AI Limitations: This AI chatbot has limitations in understanding context, emotion, and nuance. It may misinterpret complex situations or provide inconsistent responses.</li>
<li>Educational Purposes Only: The information provided by this AI chatbot is for educational purposes only and should not be considered as personalised medical advice.</li>
<li>User Responsibility: You are solely responsible for your interactions with the AI chatbot and any actions taken by you based on the information provided.</li>
<li>Age Restriction: This chatbot is intended for users aged 18 and above. If you are under 18, please do not use this because this is not meant for you.</li>
<li>No Human Review: Conversations with this AI chatbot are not monitored or reviewed by human staff in real-time. Do not use this AI chatbot to transmit urgent messages or requests for help.</li>
<li>Prototype in the Research Phase: The AI chatbot provided herein is a prototype in the research phase, intended for informational and testing purposes only. By using this, you are participating in the research phase and the testing of the AI chatbot. We make no warranties, express or implied, regarding this AI chatbot's completeness, accuracy, reliability, suitability, relevance, correctness or effectiveness or the information it provides. Any reliance you place on such information is strictly at your own risk. As a user of this AI chatbot, you should think of this as a provider of information, much like in the way you might find information online. This should not be considered a substitute for any professional, clinical or expert advice.</li>
<li>Third-Party Data: The information provided through this AI chatbot may include data from third parties, which have not been independently verified. The inclusion of such information does not imply endorsement or accuracy. All statements are intended as fair commentary based on data available in the public domain at the time of research and are not intended to harm, disadvantage, or negatively impact any individual, organisation, or product.</li>
<li>Prototype Development and Liability Disclaimer: Most importantly, this prototype is developed as part of a fellowship program offered by EkStep Foundation through its People+ai initiative. EkStep Foundation disclaims all liability for any loss or damage arising from the use of this prototype. By using this prototype, you acknowledge and agree to these terms and release us from any and all related liability.</li>
</ol>
<p>Contact us: For queries, please contact us at [email protected]</p>
</body>
</html>