subek commited on
Commit
abecc27
1 Parent(s): 79d5106

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -88,8 +88,11 @@ def main():
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:
95
  # Read the uploaded image
 
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.markdown("""
92
+ Example Instructions:
93
+ - Upload a brain scan image.
94
+ - Or, download sample images below and check the predictions.
95
+ """)
96
 
97
  if uploaded_file is not None:
98
  # Read the uploaded image