VikramSingh178 commited on
Commit
ba5eeac
1 Parent(s): 5090302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.markdown("<li> Currently Brain Tumors , Xrays and Skin Leison Analysis are re
17
  ,unsafe_allow_html=True)
18
 
19
  with st.sidebar.container():
20
- image = Image.open("/Users/vikram/Downloads/Meditechlogo.png")
21
  st.image(image, caption='Meditech',use_column_width=True)
22
 
23
 
 
17
  ,unsafe_allow_html=True)
18
 
19
  with st.sidebar.container():
20
+ image = Image.open("Meditechlogo.png")
21
  st.image(image, caption='Meditech',use_column_width=True)
22
 
23