IAMTFRMZA commited on
Commit
e98df8c
·
verified ·
1 Parent(s): 98e1cd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>LeaseTracker Assistant:</strong> {data['content']}</div>", unsafe_allow_html=True)
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])