Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def preprocess_image(img):
|
|
34 |
if uploaded_file is not None:
|
35 |
# Display the uploaded image
|
36 |
img = Image.open(uploaded_file)
|
37 |
-
st.image(img, caption="Uploaded MRI Scan",
|
38 |
|
39 |
# Preprocess and predict
|
40 |
try:
|
|
|
34 |
if uploaded_file is not None:
|
35 |
# Display the uploaded image
|
36 |
img = Image.open(uploaded_file)
|
37 |
+
st.image(img, caption="Uploaded MRI Scan", use_container_width=True)
|
38 |
|
39 |
# Preprocess and predict
|
40 |
try:
|