Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"])
|