nisharg nargund commited on
Commit
95a1fe5
·
1 Parent(s): 5e708ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,7 +59,7 @@ st.sidebar.markdown(
59
  - Upload MRI images of brains using the file uploader.
60
  - The app will analyze and provide predictions for each image.
61
  - A confidence score is displayed to indicate prediction confidence.
62
- - Adjust the threshold for tumor detection as needed.
63
- - Explore different images to evaluate the model's performance.
64
  """
65
  )
 
59
  - Upload MRI images of brains using the file uploader.
60
  - The app will analyze and provide predictions for each image.
61
  - A confidence score is displayed to indicate prediction confidence.
62
+ - The WebApp is still in a much developing phase. Wait until it's made perfect.
63
+ - Thank You - Team NSAI.
64
  """
65
  )