deepjyoti7147 commited on
Commit
961de29
1 Parent(s): bcbd4e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def main():
45
  # Project description
46
  st.title("Medical Image Analysis")
47
  st.write("This is a demo of the app. Upload an Image and tap analyse.")
 
48
  # Image classification
49
  uploaded_file = st.file_uploader("Choose an image", type=["jpg", "jpeg", "png"])
50
 
 
45
  # Project description
46
  st.title("Medical Image Analysis")
47
  st.write("This is a demo of the app. Upload an Image and tap analyse.")
48
+ st.write("Currently it can classify images into Benign and Malignant")
49
  # Image classification
50
  uploaded_file = st.file_uploader("Choose an image", type=["jpg", "jpeg", "png"])
51