subek commited on
Commit
1c99073
·
verified ·
1 Parent(s): 4c1c1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("Download Normal Image")
76
- pneumonic_download = st.button("Download Pneumonic Image")
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"