Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,15 +45,18 @@ with st.sidebar:
|
|
| 45 |
# Set the desired width in pixels
|
| 46 |
image_width = 300
|
| 47 |
# Define the path to the image
|
| 48 |
-
image_path = "mimtss.png"
|
| 49 |
-
# Display the image
|
| 50 |
-
st.image(image_path, width=image_width)
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
# Toggle for Help and Report a Bug
|
| 53 |
with st.expander("Need help and report a bug"):
|
| 54 |
st.write("""
|
| 55 |
**Contact**: Cheyne LeVesseur, PhD
|
| 56 |
-
**Email**:
|
| 57 |
""")
|
| 58 |
st.divider()
|
| 59 |
st.subheader('User Instructions')
|
|
|
|
| 45 |
# Set the desired width in pixels
|
| 46 |
image_width = 300
|
| 47 |
# Define the path to the image
|
| 48 |
+
# image_path = "mimtss.png"
|
| 49 |
+
# # Display the image
|
| 50 |
+
# st.image(image_path, width=image_width)
|
| 51 |
+
|
| 52 |
+
# Set the title
|
| 53 |
+
st.title("MTSS.ai")
|
| 54 |
|
| 55 |
# Toggle for Help and Report a Bug
|
| 56 |
with st.expander("Need help and report a bug"):
|
| 57 |
st.write("""
|
| 58 |
**Contact**: Cheyne LeVesseur, PhD
|
| 59 |
+
**Email**: info@mtss.ai
|
| 60 |
""")
|
| 61 |
st.divider()
|
| 62 |
st.subheader('User Instructions')
|