jostlebot commited on
Commit
8ad692f
·
1 Parent(s): 8ffac10

Add prototype context to front page

Browse files
Files changed (1) hide show
  1. app.py +21 -3
app.py CHANGED
@@ -246,7 +246,25 @@ if not st.session_state.onboarded:
246
  <div class="hub-header">
247
  <div class="hub-logo">🌱</div>
248
  <div class="hub-title">Practice Fields</div>
249
- <div class="hub-tagline">A curated collection of therapeutic practice spaces</div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
250
  </div>
251
  """, unsafe_allow_html=True)
252
 
@@ -254,8 +272,8 @@ if not st.session_state.onboarded:
254
 
255
  st.markdown("""
256
  <div class="welcome-text">
257
- Welcome, Clinician<br>
258
- <span style="font-size: 0.95rem; color: #7a9a9a;">Enter your information to personalize this hub for your clients</span>
259
  </div>
260
  """, unsafe_allow_html=True)
261
 
 
246
  <div class="hub-header">
247
  <div class="hub-logo">🌱</div>
248
  <div class="hub-title">Practice Fields</div>
249
+ <div class="hub-tagline">Example Prototype</div>
250
+ </div>
251
+ """, unsafe_allow_html=True)
252
+
253
+ st.markdown("""
254
+ <div style="max-width: 700px; margin: 0 auto 2rem auto; text-align: center; padding: 0 1rem;">
255
+ <p style="color: #4a6a6a; font-size: 1.1rem; line-height: 1.7; font-weight: 300;">
256
+ This is a <strong>prototype demonstration</strong> of what becomes possible when mental health professionals
257
+ bring clinical insight, experience, and wisdom to the design of AI-assisted tools.
258
+ </p>
259
+ <p style="color: #6a8a8a; font-size: 1rem; line-height: 1.7; font-weight: 300; margin-top: 1rem;">
260
+ Each space represents <strong>bounded, trauma-informed innovation</strong> —
261
+ using LLMs as a relational medium with extraordinary strategic care.
262
+ Not replacing therapy. Not performing synthetic intimacy.
263
+ Building bridges back to human connection.
264
+ </p>
265
+ <p style="color: #7a9a9a; font-size: 0.95rem; line-height: 1.6; font-weight: 300; margin-top: 1.5rem; font-style: italic;">
266
+ Created by a licensed clinician exploring what ethical, clinically-grounded AI practice spaces can look like.
267
+ </p>
268
  </div>
269
  """, unsafe_allow_html=True)
270
 
 
272
 
273
  st.markdown("""
274
  <div class="welcome-text">
275
+ Enter as Clinician<br>
276
+ <span style="font-size: 0.95rem; color: #7a9a9a;">Personalize this hub to explore the prototype spaces</span>
277
  </div>
278
  """, unsafe_allow_html=True)
279