M17idd commited on
Commit
560a1b9
·
verified ·
1 Parent(s): ee5e8af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -587,7 +587,7 @@ if query:
587
 
588
  thinking = st.empty()
589
  thinking.markdown("""
590
- <div style="background-color:#9ACD32;padding:10px;border-radius:10px;">
591
  ⏳ در حال فکر کردن...
592
  </div>
593
  """, unsafe_allow_html=True)
@@ -624,4 +624,4 @@ if query:
624
  # نمایش تاریخچه گفتگو
625
  st.markdown("---")
626
  for sender, message in st.session_state.chat_history:
627
- st.markdown(f'<div style="background-color:#9ACD32;padding:10px;border-radius:10px;margin-bottom:5px;"><strong>{sender}</strong>: {message}</div>', unsafe_allow_html=True)
 
587
 
588
  thinking = st.empty()
589
  thinking.markdown("""
590
+ <div style="background-color:#0d4d31;padding:10px;border-radius:10px;">
591
  ⏳ در حال فکر کردن...
592
  </div>
593
  """, unsafe_allow_html=True)
 
624
  # نمایش تاریخچه گفتگو
625
  st.markdown("---")
626
  for sender, message in st.session_state.chat_history:
627
+ st.markdown(f'<div style="background-color:#0d4d31;padding:10px;border-radius:10px;margin-bottom:5px;"><strong>{sender}</strong>: {message}</div>', unsafe_allow_html=True)