Add personal website link to author name in header
Browse files
app.py
CHANGED
@@ -129,7 +129,8 @@ If you're in danger or need live help, reach out to a human immediately:
|
|
129 |
# --- Main Page Content ---
|
130 |
|
131 |
st.markdown("<h1 style='text-align: center; color: #333;'>ShadowBox</h1>", unsafe_allow_html=True)
|
132 |
-
st.markdown("<p style='text-align: center; font-size: 18px; color: #555; margin-bottom:
|
|
|
133 |
|
134 |
st.markdown("""
|
135 |
### My Mission
|
|
|
129 |
# --- Main Page Content ---
|
130 |
|
131 |
st.markdown("<h1 style='text-align: center; color: #333;'>ShadowBox</h1>", unsafe_allow_html=True)
|
132 |
+
st.markdown("<p style='text-align: center; font-size: 18px; color: #555; margin-bottom: 1em;'>An Anonymous AI Chat to Box Shadows</p>", unsafe_allow_html=True)
|
133 |
+
st.markdown("<p style='text-align: center; font-size: 16px; color: #666; margin-bottom: 2em;'>by <a href='http://www.jocelynskillman.com' target='_blank'>Jocelyn Skillman LMHC</a> - to learn more check out: <a href='https://jocelynskillmanlmhc.substack.com/' target='_blank'>jocelynskillmanlmhc.substack.com</a></p>", unsafe_allow_html=True)
|
134 |
|
135 |
st.markdown("""
|
136 |
### My Mission
|