subek commited on
Commit
7986972
·
verified ·
1 Parent(s): 2d02a36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 tumor image...", type=["jpg", "png", "jpeg"])
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