AdritRao commited on
Commit
ebc7a7f
·
verified ·
1 Parent(s): 747d9f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ subprocess_executed = False
16
  logo_image_path = '1.png' # Replace with your logo image path or URL
17
 
18
  # Display the logo at the top of the page
19
- st.image(logo_image_path, use_column_width=True)
20
  st.title("Automated Abdominal Aortic Aneurysm Detection")
21
 
22
  # Upload a ZIP file containing DICOM slices
 
16
  logo_image_path = '1.png' # Replace with your logo image path or URL
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
 
22
  # Upload a ZIP file containing DICOM slices