Update app.py
Browse files
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("
|
| 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("https://huggingface.co/spaces/spacerini/chat-noir/resolve/main/chatnoir.svg")
|
| 24 |
|
| 25 |
col1, col2 = st.columns([9, 1])
|
| 26 |
with col1:
|