subek commited on
Commit
b7f89b1
·
verified ·
1 Parent(s): 2c5bab2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 in JPG format...", type=["jpg", "png", "jpeg"])
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: