Spaces:
Runtime error
Runtime error
VikramSingh178
commited on
Commit
•
ba5eeac
1
Parent(s):
5090302
Update app.py
Browse files
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("
|
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 |
|