Update app.py
Browse files
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('
|
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 |
|