subek commited on
Commit
96b2a9a
1 Parent(s): 0bc2b63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ st.markdown(custom_style, unsafe_allow_html=True)
37
 
38
 
39
  def main():
40
- st.title("Brain Tumor Segmentation App")
41
 
42
  uploaded_file = st.file_uploader("Upload an MRI image for tumor segmentation...", type=["jpg", "png", "jpeg"])
43
 
 
37
 
38
 
39
  def main():
40
+ st.title("Brain Tumor Segmentation")
41
 
42
  uploaded_file = st.file_uploader("Upload an MRI image for tumor segmentation...", type=["jpg", "png", "jpeg"])
43