kcelia commited on
Commit
c1f41ab
1 Parent(s): b73517d

chore: update disclaimer

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -533,9 +533,6 @@ if __name__ == "__main__":
533
  - The evaluation key is a public key that the server needs to process encrypted data.
534
  """
535
  )
536
- gr.Markdown(
537
- "Disclaimer: this demo is not to be used as a substitute for medical advice, diagnosis or treatment of any health condition. Any questions regarding your own health should be addressed to your physician or other healthcare provider."
538
- )
539
 
540
  # ------------------------- Step 1 -------------------------
541
  gr.Markdown(
@@ -720,7 +717,12 @@ if __name__ == "__main__":
720
  )
721
 
722
  # ------------------------- End -------------------------
723
-
 
 
 
 
 
724
  gr.Markdown(
725
  """The app was built with [Concrete ML](https://github.com/zama-ai/concrete-ml), a Privacy-Preserving Machine Learning (PPML) open-source set of tools by Zama.
726
  Try it yourself and don't forget to star on [Github](https://github.com/zama-ai/concrete-ml) ⭐.
 
533
  - The evaluation key is a public key that the server needs to process encrypted data.
534
  """
535
  )
 
 
 
536
 
537
  # ------------------------- Step 1 -------------------------
538
  gr.Markdown(
 
717
  )
718
 
719
  # ------------------------- End -------------------------
720
+ gr.Markdown(
721
+ """**Please Note**: This space is intended solely for educational and demonstration purposes.
722
+ It should not be considered as a replacement for professional medical counsel, diagnosis, or therapy for any health or related issues.
723
+ Any questions or concerns about your individual health should be addressed to your doctor or another qualified healthcare provider.
724
+ """)
725
+
726
  gr.Markdown(
727
  """The app was built with [Concrete ML](https://github.com/zama-ai/concrete-ml), a Privacy-Preserving Machine Learning (PPML) open-source set of tools by Zama.
728
  Try it yourself and don't forget to star on [Github](https://github.com/zama-ai/concrete-ml) ⭐.