Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with chat_placeholder:
|
|
121 |
div = f"""
|
122 |
<div class="chat-row
|
123 |
{'' if chat.origin == 'ai' else 'row-reverse'}">
|
124 |
-
<img class="chat-icon" src="
|
125 |
'ai_icon.png' if chat.origin == 'ai'
|
126 |
else 'user_icon.png'}"
|
127 |
width=32 height=32>
|
|
|
121 |
div = f"""
|
122 |
<div class="chat-row
|
123 |
{'' if chat.origin == 'ai' else 'row-reverse'}">
|
124 |
+
<img class="chat-icon" src="{
|
125 |
'ai_icon.png' if chat.origin == 'ai'
|
126 |
else 'user_icon.png'}"
|
127 |
width=32 height=32>
|