Update app.py
Browse files
app.py
CHANGED
@@ -70,10 +70,10 @@ def main():
|
|
70 |
- Or, download sample images below and check the predictions.
|
71 |
""")
|
72 |
|
73 |
-
st.write("**Download Sample Images:**")
|
74 |
|
75 |
-
normal_download = st.button("
|
76 |
-
pneumonic_download = st.button("
|
77 |
|
78 |
if normal_download:
|
79 |
normal_image_path = "test-normal_001.jpg"
|
|
|
70 |
- Or, download sample images below and check the predictions.
|
71 |
""")
|
72 |
|
73 |
+
st.write("**Download/View Sample Images:**")
|
74 |
|
75 |
+
normal_download = st.button("View Normal Image")
|
76 |
+
pneumonic_download = st.button("View Pneumonic Image")
|
77 |
|
78 |
if normal_download:
|
79 |
normal_image_path = "test-normal_001.jpg"
|