Update src/app.py
Browse files- src/app.py +2 -2
src/app.py
CHANGED
|
@@ -92,7 +92,7 @@ body {
|
|
| 92 |
# --- En-tête bleu avec logo et titre ---
|
| 93 |
st.markdown(f'''
|
| 94 |
<div class="header">
|
| 95 |
-
<img src="https://external-content.duckduckgo.com/iu/?u=
|
| 96 |
<h1>car insurance assistant</h1>
|
| 97 |
</div>
|
| 98 |
''', unsafe_allow_html=True)
|
|
@@ -297,7 +297,7 @@ for msg in st.session_state.messages:
|
|
| 297 |
if msg["role"] == "assistant":
|
| 298 |
st.markdown(f'''
|
| 299 |
<div class="bot-message">
|
| 300 |
-
<img src="https://external-content.duckduckgo.com/iu/?u=
|
| 301 |
<div class="bubble">{msg["content"]}</div>
|
| 302 |
</div>
|
| 303 |
''', unsafe_allow_html=True)
|
|
|
|
| 92 |
# --- En-tête bleu avec logo et titre ---
|
| 93 |
st.markdown(f'''
|
| 94 |
<div class="header">
|
| 95 |
+
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.licdn.com%2Fdms%2Fimage%2FD4D0BAQFNZTx4WjU6Kw%2Fcompany-logo_200_200%2F0%2F1706688195351%3Fe%3D2147483647%26v%3Dbeta%26t%3DCBoRbqESfYGI0cxj1-5IvCpkhBTRcXEbBqS6q7rA9l0&f=1&nofb=1&ipt=a3414940fc3b31a18d97ba116cc4b5a9bc4f88e8d72bf286c029be996d8d5b0e">
|
| 96 |
<h1>car insurance assistant</h1>
|
| 97 |
</div>
|
| 98 |
''', unsafe_allow_html=True)
|
|
|
|
| 297 |
if msg["role"] == "assistant":
|
| 298 |
st.markdown(f'''
|
| 299 |
<div class="bot-message">
|
| 300 |
+
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.licdn.com%2Fdms%2Fimage%2FD4D0BAQFNZTx4WjU6Kw%2Fcompany-logo_200_200%2F0%2F1706688195351%3Fe%3D2147483647%26v%3Dbeta%26t%3DCBoRbqESfYGI0cxj1-5IvCpkhBTRcXEbBqS6q7rA9l0&f=1&nofb=1&ipt=a3414940fc3b31a18d97ba116cc4b5a9bc4f88e8d72bf286c029be996d8d5b0e" class="avatar">
|
| 301 |
<div class="bubble">{msg["content"]}</div>
|
| 302 |
</div>
|
| 303 |
''', unsafe_allow_html=True)
|