cakiki commited on
Commit
02390c0
·
1 Parent(s): de11d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ searcher = LuceneSearcher('index')
8
 
9
  cola, colb, colc = st.columns([5,4,5])
10
  with colb:
11
- st.image("logo.png")
12
 
13
  col1, col2 = st.columns([9, 1])
14
  with col1:
 
8
 
9
  cola, colb, colc = st.columns([5,4,5])
10
  with colb:
11
+ st.image("logo.jpeg")
12
 
13
  col1, col2 = st.columns([9, 1])
14
  with col1: