Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ with st.sidebar:
|
|
| 42 |
# Set the desired width in pixels
|
| 43 |
image_width = 300
|
| 44 |
# Define the path to the image
|
| 45 |
-
image_path = "
|
| 46 |
# Display the image
|
| 47 |
st.image(image_path, width=image_width)
|
| 48 |
|
|
|
|
| 42 |
# Set the desired width in pixels
|
| 43 |
image_width = 300
|
| 44 |
# Define the path to the image
|
| 45 |
+
image_path = "mimtss.png"
|
| 46 |
# Display the image
|
| 47 |
st.image(image_path, width=image_width)
|
| 48 |
|