Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ with col1:
|
|
| 57 |
st.write(file_details)
|
| 58 |
|
| 59 |
#View Uploaded Image
|
| 60 |
-
st.image(load_image(image),width=
|
| 61 |
#save image to disk
|
| 62 |
saved = save_uploadedfile(image)
|
| 63 |
|
|
@@ -82,7 +82,7 @@ with col2:
|
|
| 82 |
#with st.sidebar:
|
| 83 |
st.write("Developed by AI & IOT Lab https://iot.neu.edu.tr by Olusegun Odewole (oooladeleodewole(at)gmail) ")
|
| 84 |
#st.header("Sample MRI Image")
|
| 85 |
-
st.image( "https://res.cloudinary.com/segestic/image/upload/v1670497190/covid/images/Y99_ntvrog.jpg", width=
|
| 86 |
|
| 87 |
|
| 88 |
|
|
|
|
| 57 |
st.write(file_details)
|
| 58 |
|
| 59 |
#View Uploaded Image
|
| 60 |
+
st.image(load_image(image),width=160)
|
| 61 |
#save image to disk
|
| 62 |
saved = save_uploadedfile(image)
|
| 63 |
|
|
|
|
| 82 |
#with st.sidebar:
|
| 83 |
st.write("Developed by AI & IOT Lab https://iot.neu.edu.tr by Olusegun Odewole (oooladeleodewole(at)gmail) ")
|
| 84 |
#st.header("Sample MRI Image")
|
| 85 |
+
st.image( "https://res.cloudinary.com/segestic/image/upload/v1670497190/covid/images/Y99_ntvrog.jpg", width=200, caption='Sample Brain MRI Image Image')
|
| 86 |
|
| 87 |
|
| 88 |
|