Spaces:
Running
Running
Update app.py
Browse files
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
|
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)
|