Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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:
|