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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -72,9 +72,8 @@ def main():
72
 
73
  st.write("**Download Sample Images:**")
74
 
75
- with st.markdown('<div class="download-buttons-container">', unsafe_allow_html=True):
76
- normal_download = st.button("Download Normal Image")
77
- pneumonic_download = st.button("Download Pneumonic Image")
78
 
79
  if normal_download:
80
  normal_image_path = "test-normal_001.jpg"
 
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"