cfgpp commited on
Commit
26b2386
·
verified ·
1 Parent(s): 6bfb975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ if uploaded_file:
42
 
43
  # Show it
44
  st.subheader(f"Grad-CAM Visualization: {top_disease}")
45
- st.image(overlay, use_column_width=True)
46
 
47
 
48
  st.subheader("Predictions")
 
42
 
43
  # Show it
44
  st.subheader(f"Grad-CAM Visualization: {top_disease}")
45
+ st.image(overlay, use_container_width=True)
46
 
47
 
48
  st.subheader("Predictions")