IAMTFRMZA commited on
Commit
f8748e0
·
verified ·
1 Parent(s): 95f3d98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def display_chat_history():
176
  )
177
  else:
178
  chat_msgs.append(
179
- f"<div class='stChatMessage' data-testid='stChatMessage-assistant'>{assistant_icon_html} <strong>C2 AiAssistant:</strong> {data['content']}</div>"
180
  )
181
  st.markdown('<div class="chat-history-wrapper">' + "".join(chat_msgs) + '</div>', unsafe_allow_html=True)
182
  st.markdown('<div id="chat-top-anchor"></div>', unsafe_allow_html=True)
 
176
  )
177
  else:
178
  chat_msgs.append(
179
+ f"<div class='stChatMessage' data-testid='stChatMessage-assistant'>{assistant_icon_html} <strong>C2 Assistant:</strong> {data['content']}</div>"
180
  )
181
  st.markdown('<div class="chat-history-wrapper">' + "".join(chat_msgs) + '</div>', unsafe_allow_html=True)
182
  st.markdown('<div id="chat-top-anchor"></div>', unsafe_allow_html=True)