Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def display_chat_history():
|
|
97 |
if data["role"] == "user":
|
98 |
st.markdown(f"<div class='stChatMessage' data-testid='stChatMessage-user'>👤 <strong>You:</strong> {data['content']}</div>", unsafe_allow_html=True)
|
99 |
else:
|
100 |
-
st.markdown(f"<div class='stChatMessage' data-testid='stChatMessage-assistant'>{assistant_icon_html} <strong>
|
101 |
|
102 |
# 🚀 Main Chat UI
|
103 |
input_col, clear_col = st.columns([9, 1])
|
|
|
97 |
if data["role"] == "user":
|
98 |
st.markdown(f"<div class='stChatMessage' data-testid='stChatMessage-user'>👤 <strong>You:</strong> {data['content']}</div>", unsafe_allow_html=True)
|
99 |
else:
|
100 |
+
st.markdown(f"<div class='stChatMessage' data-testid='stChatMessage-assistant'>{assistant_icon_html} <strong>LORAIN:</strong> {data['content']}</div>", unsafe_allow_html=True)
|
101 |
|
102 |
# 🚀 Main Chat UI
|
103 |
input_col, clear_col = st.columns([9, 1])
|