Akshay-Vs commited on
Commit
bfd7638
1 Parent(s): f612bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -28,9 +28,7 @@ def preprocess_image(image):
28
  # Create the Streamlit app
29
  def main():
30
  # Set the title and a brief description
31
- st.title('Pneumonia Classification')
32
- st.write('This app classifies an uploaded chest X-ray image as normal or pneumonia using a trained deep learning model.')
33
-
34
  # Add an image upload option
35
  uploaded_image = st.file_uploader('Upload an image', type=['jpg', 'jpeg', 'png'])
36
 
 
28
  # Create the Streamlit app
29
  def main():
30
  # Set the title and a brief description
31
+ st.title("Nova'23 Classification model")
 
 
32
  # Add an image upload option
33
  uploaded_image = st.file_uploader('Upload an image', type=['jpg', 'jpeg', 'png'])
34