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