cakiki commited on
Commit
0c98547
·
1 Parent(s): 3807d51

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("https://www.chatnoir.eu/static/img/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: