turtlemb commited on
Commit
15a8e4c
·
verified ·
1 Parent(s): dc777ff

Fixed top of logo clipping

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ st.set_page_config(page_title="Dog Breed Identifier", layout="centered")
13
  col1, col2, col3 = st.columns([1, 2, 1])
14
 
15
  with col2:
 
16
  st.image("assets/MLOwl_ca_logo_no_bkg_black_cropped.png", width=300)
17
 
18
  # Load the model
 
13
  col1, col2, col3 = st.columns([1, 2, 1])
14
 
15
  with col2:
16
+ st.markdown("##") # Add vertical spacing
17
  st.image("assets/MLOwl_ca_logo_no_bkg_black_cropped.png", width=300)
18
 
19
  # Load the model