Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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:
|