ProfessorLeVesseur
commited on
Commit
•
ab77f08
1
Parent(s):
bf30b2f
Update sidebar.py
Browse files- sidebar.py +1 -1
sidebar.py
CHANGED
@@ -18,7 +18,7 @@ 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("Powered by MTSS.ai
|
22 |
st.write("""
|
23 |
**Contact**: MTSS.ai | Cheyne LeVesseur, PhD
|
24 |
**Email**: info@mtss.ai
|
|
|
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:<br>Help Center and Bug Reporting"):
|
22 |
st.write("""
|
23 |
**Contact**: MTSS.ai | Cheyne LeVesseur, PhD
|
24 |
**Email**: info@mtss.ai
|