Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2425,7 +2425,7 @@ if current_path == "main":
|
|
| 2425 |
st.markdown(
|
| 2426 |
'<p style="color:#666;font-size:0.78rem;line-height:1.5;margin-top:8px;">'
|
| 2427 |
'This brief assessment is not a clinical intake. Your full clinical assessment '
|
| 2428 |
-
'happens at your consultation
|
| 2429 |
'</p>',
|
| 2430 |
unsafe_allow_html=True,
|
| 2431 |
)
|
|
|
|
| 2425 |
st.markdown(
|
| 2426 |
'<p style="color:#666;font-size:0.78rem;line-height:1.5;margin-top:8px;">'
|
| 2427 |
'This brief assessment is not a clinical intake. Your full clinical assessment '
|
| 2428 |
+
'happens at your consultation.'
|
| 2429 |
'</p>',
|
| 2430 |
unsafe_allow_html=True,
|
| 2431 |
)
|