abhinavyadav11 commited on
Commit
2cc6376
·
verified ·
1 Parent(s): afa1dac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", use_column_width=True)
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: