Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,9 +42,12 @@ with st.sidebar:
|
|
| 42 |
# Set the desired width in pixels
|
| 43 |
image_width = 300
|
| 44 |
# Define the path to the image
|
| 45 |
-
image_path = "MTSSai_logo.png"
|
| 46 |
# Display the image
|
| 47 |
-
st.image(image_path, width=image_width)
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
# Toggle for Help and Report a Bug
|
| 50 |
with st.expander("Need help and report a bug"):
|
|
|
|
| 42 |
# Set the desired width in pixels
|
| 43 |
image_width = 300
|
| 44 |
# Define the path to the image
|
| 45 |
+
# image_path = "MTSSai_logo.png"
|
| 46 |
# Display the image
|
| 47 |
+
# st.image(image_path, width=image_width)
|
| 48 |
+
|
| 49 |
+
# Set the title
|
| 50 |
+
st.title("MTSS.ai")
|
| 51 |
|
| 52 |
# Toggle for Help and Report a Bug
|
| 53 |
with st.expander("Need help and report a bug"):
|