jostlebot commited on
Commit
dda9dde
·
1 Parent(s): 86bab52

Update disclaimers: not a vetted clinical tool, clarify privacy

Browse files
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -180,8 +180,14 @@ def render_welcome():
180
  """)
181
 
182
  st.markdown("---")
183
- st.markdown("### Privacy")
184
- st.info("Nothing you do here is tracked, saved, or sent anywhere. This library doesn't remember you. You can close the tab and come back anytime.")
 
 
 
 
 
 
185
 
186
  st.markdown("---")
187
  st.markdown("### A Note About Conversational AI")
@@ -1295,7 +1301,7 @@ def render_finding_words():
1295
 
1296
  st.markdown("### Practice Space")
1297
 
1298
- st.info("**This is a private space. Nothing you type here is saved or sent anywhere.** These prompts help you explore what you might want to say.")
1299
 
1300
  st.markdown("---")
1301
 
 
180
  """)
181
 
182
  st.markdown("---")
183
+ st.markdown("### Important Notes")
184
+ st.warning("""
185
+ **This is not a clinical tool.** ShadowBox is a free educational resource created by a licensed therapist, but it has not been formally vetted, reviewed, or approved by any clinical or regulatory body.
186
+
187
+ **About privacy:** This app doesn't use AI, doesn't store your data, and doesn't require an account. Text you type in practice areas stays in your browser only and disappears when you close the tab. However, this is hosted on a third-party platform (Hugging Face), and standard web hosting logs may apply.
188
+
189
+ **This is not a substitute for professional care.** If you're in crisis, please reach out to a human.
190
+ """)
191
 
192
  st.markdown("---")
193
  st.markdown("### A Note About Conversational AI")
 
1301
 
1302
  st.markdown("### Practice Space")
1303
 
1304
+ st.info("**Practice space:** What you type here stays in your browser only and disappears when you close the tab. Nothing is sent to an AI or saved to a database. These prompts help you explore what you might want to say.")
1305
 
1306
  st.markdown("---")
1307