AdritRao commited on
Commit
9c13d49
·
1 Parent(s): 73f61c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -11,22 +11,8 @@ from io import BytesIO
11
  from tkinter import Tcl
12
  from PIL import Image
13
 
14
- # Render the custom header
15
- st.markdown(header_html, unsafe_allow_html=True)
16
-
17
  subprocess_executed = False
18
 
19
- st.markdown("""
20
- <div style='text-align: center;'>
21
- <h1 style='color: white;'>
22
- A<sup>4</sup>
23
- </h1>
24
- <h3 style='color: white;'>
25
- Automated Aorta Segmentation and Measurement
26
- </h3>
27
- </div>
28
- """, unsafe_allow_html=True)
29
-
30
  # Upload a ZIP file containing DICOM slices
31
  st.write("Upload a ZIP file containing DICOM slices")
32
  uploaded_zip_file = st.file_uploader("Upload a .zip file", type=["zip"])
 
11
  from tkinter import Tcl
12
  from PIL import Image
13
 
 
 
 
14
  subprocess_executed = False
15
 
 
 
 
 
 
 
 
 
 
 
 
16
  # Upload a ZIP file containing DICOM slices
17
  st.write("Upload a ZIP file containing DICOM slices")
18
  uploaded_zip_file = st.file_uploader("Upload a .zip file", type=["zip"])