Update app.py
Browse files
app.py
CHANGED
@@ -54,10 +54,9 @@ st.sidebar.markdown("\n\n")
|
|
54 |
# Create a two-column layout for logos and text
|
55 |
col1 = st.sidebar.columns(1)
|
56 |
|
57 |
-
# Logo and text
|
58 |
url_logo_company = "images/Mayo_Clinic_logo.png"
|
59 |
-
|
60 |
-
st.image(url_logo_company, width=100)
|
61 |
st.sidebar.markdown("Department of Artificial Intelligence and Informatics, \n Mayo Clinic, \n Rochester, MN, USA")
|
62 |
|
63 |
|
|
|
54 |
# Create a two-column layout for logos and text
|
55 |
col1 = st.sidebar.columns(1)
|
56 |
|
57 |
+
# Logo and text
|
58 |
url_logo_company = "images/Mayo_Clinic_logo.png"
|
59 |
+
st.sidebar.image(url_logo_company, width=100)
|
|
|
60 |
st.sidebar.markdown("Department of Artificial Intelligence and Informatics, \n Mayo Clinic, \n Rochester, MN, USA")
|
61 |
|
62 |
|