Update sidebar.py
Browse files- sidebar.py +2 -2
sidebar.py
CHANGED
@@ -18,9 +18,9 @@ class Sidebar:
|
|
18 |
st.image(self.image_path, width=self.image_width)
|
19 |
|
20 |
# Toggle for Help and Report a Bug
|
21 |
-
with st.expander("
|
22 |
st.write("""
|
23 |
-
**Contact**: Cheyne LeVesseur, PhD
|
24 |
**Email**: [email protected]
|
25 |
""")
|
26 |
st.divider()
|
|
|
18 |
st.image(self.image_path, width=self.image_width)
|
19 |
|
20 |
# Toggle for Help and Report a Bug
|
21 |
+
with st.expander("Powered by MTSS.ai: Help Center and Bug Reporting"):
|
22 |
st.write("""
|
23 |
+
**Contact**: MTSS.ai | Cheyne LeVesseur, PhD
|
24 |
**Email**: [email protected]
|
25 |
""")
|
26 |
st.divider()
|