Update app.py
Browse files
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,
|
| 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")
|