Update sidebar.py
Browse files- sidebar.py +2 -2
sidebar.py
CHANGED
|
@@ -20,8 +20,8 @@ class Sidebar:
|
|
| 20 |
# Toggle for Help and Report a Bug
|
| 21 |
with st.expander("Need help and report a bug"):
|
| 22 |
st.write("""
|
| 23 |
-
**Contact**: Cheyne LeVesseur, PhD
|
| 24 |
-
**Email**:
|
| 25 |
""")
|
| 26 |
st.divider()
|
| 27 |
st.subheader('User Instructions')
|
|
|
|
| 20 |
# Toggle for Help and Report a Bug
|
| 21 |
with st.expander("Need help and report a bug"):
|
| 22 |
st.write("""
|
| 23 |
+
**Contact**: Cheyne LeVesseur, PhD | MTSS.ai
|
| 24 |
+
**Email**: info@mtss.ai
|
| 25 |
""")
|
| 26 |
st.divider()
|
| 27 |
st.subheader('User Instructions')
|