cakiki commited on
Commit
e160831
1 Parent(s): 0d9b5a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def result_html(result):
20
 
21
  cola, colb, colc = st.columns([5,4,5])
22
  with colb:
23
- st.image("chatnoir.svg")
24
 
25
  col1, col2 = st.columns([9, 1])
26
  with col1:
 
20
 
21
  cola, colb, colc = st.columns([5,4,5])
22
  with colb:
23
+ st.image("./chatnoir.svg")
24
 
25
  col1, col2 = st.columns([9, 1])
26
  with col1: