ProfessorLeVesseur commited on
Commit
9c37bb7
·
verified ·
1 Parent(s): e35bce2

Update sidebar.py

Browse files
Files changed (1) hide show
  1. 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("Need help and report a bug"):
22
  st.write("""
23
- **Contact**: Cheyne LeVesseur, PhD | MTSS.ai
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()