nielitropar commited on
Commit
9bcd2a5
·
1 Parent(s): e77ab66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -19,10 +19,9 @@ st.set_page_config(
19
  title = "Brain Tumor Detection App"
20
 
21
  description = gr.Markdown(
22
- """Curious about detecting brain tumors in medical images?
23
- Give this app a try! Upload an MRI image in JPG or
24
  PNG format, and discover whether it shows signs of a brain tumor.
25
- This is an updated version of the Brain Tumor Classifier:
26
  [Kaggle Dataset](https://www.kaggle.com/datasets/navoneel/brain-mri-images-for-brain-tumor-detection/)
27
  """).value
28
  # Function to preprocess the image
 
19
  title = "Brain Tumor Detection App"
20
 
21
  description = gr.Markdown(
22
+ """Upload an MRI image in JPG or
 
23
  PNG format, and discover whether it shows signs of a brain tumor.
24
+ This is Dataset of the Brain Tumor Classifier:
25
  [Kaggle Dataset](https://www.kaggle.com/datasets/navoneel/brain-mri-images-for-brain-tumor-detection/)
26
  """).value
27
  # Function to preprocess the image