subek commited on
Commit
79d5106
·
verified ·
1 Parent(s): 29655ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,8 +87,8 @@ def main():
87
 
88
  # Allow user to upload an image
89
  uploaded_file = st.file_uploader("Upload a brain scan image...", type=["jpg", "png", "jpeg"])
90
-
91
- # Download sample images button
92
  download_sample_images()
93
 
94
  if uploaded_file is not None:
 
87
 
88
  # Allow user to upload an image
89
  uploaded_file = st.file_uploader("Upload a brain scan image...", type=["jpg", "png", "jpeg"])
90
+
91
+ st.write("You can download sample brain scan images to try the app.")
92
  download_sample_images()
93
 
94
  if uploaded_file is not None: