EVOLUTION-NINJA
Edit File: medu-ai-desclaimer2.php
<?php echo view('NewIncludes/Header.php');?> <div class="container-fluid"> <div class="row"> <!-- side bar --> <div class="col-sm-2"> <div class="med-side-bar"> <div class="side-heading"> <!-- <dl> <dt><u>Med Connect</u></dt> <dd>Career Connect</dd> </dl> --> <h3><u>Medu Ai</u></h3> </div> </div> </div> <!--body content --> <div class="col-sm-10 pl-3"> <div class="container-fluid"> <!-- back button --> <div class="row"> <div class="col-sm-9"></div> <div class="col-sm-2 mt-4"> <button class="custom-btn btn-2" onclick="back()"> <img src="<?php echo base_url('public/assets/images/Import_fill.png'); ?>" alt="back"> Back</button> </div> </div> <!-- heading --> <!-- <div class="row"> <div class="col-sm-12 med-body"> <h1 class="m-2">Med Connect</h1> </div> </div> --> <!-- subsection --> <div class="row"> <div class="col-sm-12 side-text"> <h2>Medu Ai</h2> <b style="color: black;">Disclaimer : </b> <p>Welcome to MeduAI, our GPT (Generative Pre-trained Transformer) tool, which is sophisticated software program designed to engage in text-based conversations with doctors . Before you proceed to use this tool, it is important to read and understand the following disclaimer:</p><br> <div> <ol> <li style="color: black;"> <span class="heading-des">Accuracy and Reliability:</span>While the MeduAI strives to provide accurate and relevant information, it may not always be completely accurate or reliable. Responses generated by the AI are based on patterns in the data it has been trained on and may not always reflect real-world facts or opinions.</li> <li style="color: black;"> <span class="heading-des">No Legal or Professional Advice:</span>The information generated by our GPT tool should not be considered as professional, legal, medical, financial, or any other type of advice. Users are strongly advised to seek the guidance of qualified professionals or experts in the relevant field for specific advice or assistance.</li> <li style="color: black;"> <span class="heading-des">Limited Understanding and Context:</span>The MeduAI has limitations in its understanding of context, nuance, and subtlety. It may not fully grasp the intricacies of certain topics or situations, leading to potentially incomplete or misunderstood responses.</li> <li style="color: black;"> <span class="heading-des">User Responsibility:</span>Users interact with this MeduAI tool at their own discretion and risk. While efforts are made to ensure a positive and engaging experience, users are responsible for the consequences of their interactions and decisions based on the information provided by the AI.</li> <li style="color: black;"> <span class="heading-des">Data Privacy:</span>Conversations with the MeduAI may be logged for the purpose of improving the system's performance and user experience. However, all reasonable efforts are made to protect user privacy and data security in accordance with applicable laws and regulations.</li> <li style="color: black;"> <span class="heading-des">Continual Learning and Evolution:</span>This tool is continually being updated and improved based on user feedback and new developments in artificial intelligence technology. As a result, its responses and capabilities may change over time.</li> </ol> </div> <p>By using MeduAI you acknowledge and agree to the terms of this disclaimer. If you do not agree with these terms, you should refrain from using the tool. Additionally, if you have any concerns or encounter any issues while interacting with the AI, please contact us at <a href="mailto:contact@medusys.in" style="color: #00589B;">contact@medusys.in</a> for assistance.</p> </div> </div> <div class="col-sm-10 coming"> </div> </div> </div> </div> </div> <!-- coming soon css --> <style> .med-side-bar { background: linear-gradient(92.52deg, #00589B 2.21%, #009CD0 98%); min-height: 1010px !important; width: 100%; } .side-text h2 { padding: 0px !important; color: #850000; } .heading-des{ color: #00445a; } @media only screen and (max-width:600px) { .med-side-bar { /* background: linear-gradient(92.52deg, #00589B 2.21%, #009CD0 98%); */ min-height: 150px !important; /* width: 100%; */ } .side-text{ padding: 30px !important; } } </style> <!--end --- coming soon css --> <!-- back button link --> <script> function back() { window.location.href = "<?php echo base_url('logbook-edit-form?id='); echo $id ?>" } </script> <?php echo view('NewIncludes/Footer.php');?>