Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def display_image_with_download(image_path, caption, download_text):
|
|
54 |
def main():
|
55 |
st.title("Pneumonia Detection")
|
56 |
|
57 |
-
uploaded_file = st.file_uploader("Upload a chest X-ray image
|
58 |
|
59 |
st.markdown("""
|
60 |
Example Instructions:
|
|
|
54 |
def main():
|
55 |
st.title("Pneumonia Detection")
|
56 |
|
57 |
+
uploaded_file = st.file_uploader("Upload a chest X-ray image...", type=["jpg", "png", "jpeg"])
|
58 |
|
59 |
st.markdown("""
|
60 |
Example Instructions:
|