Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def main():
|
|
66 |
st.title("Brain Tumor Segmentation App")
|
67 |
|
68 |
# Allow user to upload an image
|
69 |
-
uploaded_file = st.file_uploader("Upload a brain
|
70 |
|
71 |
if uploaded_file is not None:
|
72 |
# Read the uploaded image
|
|
|
66 |
st.title("Brain Tumor Segmentation App")
|
67 |
|
68 |
# Allow user to upload an image
|
69 |
+
uploaded_file = st.file_uploader("Upload a brain scan image...", type=["jpg", "png", "jpeg"])
|
70 |
|
71 |
if uploaded_file is not None:
|
72 |
# Read the uploaded image
|