segestic commited on
Commit
d8efe75
1 Parent(s): e2ff206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=200)
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=300, caption='Sample CT-Scan Image')#width=400
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