srisweet commited on
Commit
27441d6
1 Parent(s): cc7c788

Removed logo caption

Browse files

A logo never introduces itself as logo, Hence removed the logo caption

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,7 +15,8 @@ PAGES = {
15
  st.sidebar.title("Explore our CLIP-Italian demo")
16
 
17
  logo = Image.open("static/img/clip_italian_logo.png")
18
- st.sidebar.image(logo, caption="CLIP-Italian logo")
 
19
 
20
  page = st.sidebar.radio("", list(PAGES.keys()))
21
  PAGES[page].app()
 
15
  st.sidebar.title("Explore our CLIP-Italian demo")
16
 
17
  logo = Image.open("static/img/clip_italian_logo.png")
18
+ st.sidebar.image(logo)
19
+ #, caption="CLIP-Italian logo"
20
 
21
  page = st.sidebar.radio("", list(PAGES.keys()))
22
  PAGES[page].app()