Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ def render_message(history):
|
|
| 131 |
messages_html += f"""
|
| 132 |
<div style='display: flex; align-items: center; margin-bottom: 10px;'>
|
| 133 |
<img src='{assistant_pic}' style='width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;'>
|
| 134 |
-
<span style='color: white;'>{
|
| 135 |
</div>"""
|
| 136 |
|
| 137 |
return messages_html
|
|
|
|
| 131 |
messages_html += f"""
|
| 132 |
<div style='display: flex; align-items: center; margin-bottom: 10px;'>
|
| 133 |
<img src='{assistant_pic}' style='width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;'>
|
| 134 |
+
<span style='color: white;'>{assistant_message}</span>
|
| 135 |
</div>"""
|
| 136 |
|
| 137 |
return messages_html
|