Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,8 @@ from PIL import Image
|
|
13 |
|
14 |
subprocess_executed = False
|
15 |
|
16 |
-
logo_image_path = '1.png'
|
17 |
|
18 |
-
# Display the logo at the top of the page
|
19 |
st.image(logo_image_path, width=150)
|
20 |
st.title("Automated Abdominal Aortic Aneurysm Detection")
|
21 |
|
|
|
13 |
|
14 |
subprocess_executed = False
|
15 |
|
16 |
+
logo_image_path = '1.png'
|
17 |
|
|
|
18 |
st.image(logo_image_path, width=150)
|
19 |
st.title("Automated Abdominal Aortic Aneurysm Detection")
|
20 |
|