Saghir commited on
Commit
8b4d533
·
verified ·
1 Parent(s): b484c33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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 for My Logo Lab
58
  url_logo_company = "images/Mayo_Clinic_logo.png"
59
- with col1:
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