POLRAMBORA commited on
Commit
b010fec
·
verified ·
1 Parent(s): 3cc2f7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'>{assistant_message_html}</span>
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