g8a9 commited on
Commit
43277af
1 Parent(s): a806f8f
Files changed (2) hide show
  1. app.py +2 -2
  2. static/logo.png +0 -0
app.py CHANGED
@@ -8,10 +8,10 @@ PAGES = {
8
  "Corpus Explanation": corpus,
9
  }
10
 
11
- st.sidebar.title("Explore ferret!")
12
 
13
  logo = Image.open("static/logo.png")
14
- st.sidebar.image(logo, caption="ferret")
15
 
16
  page = st.sidebar.radio("", list(PAGES.keys()))
17
  PAGES[page].body()
8
  "Corpus Explanation": corpus,
9
  }
10
 
11
+ # st.sidebar.title("Explore ferret!")
12
 
13
  logo = Image.open("static/logo.png")
14
+ st.sidebar.image(logo)
15
 
16
  page = st.sidebar.radio("", list(PAGES.keys()))
17
  PAGES[page].body()
static/logo.png CHANGED