M17idd commited on
Commit
ee5e8af
·
verified ·
1 Parent(s): 78352bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -584,13 +584,10 @@ def remove_stop_words_from_lines(lines, stop_words):
584
  query = st.chat_input("چطور می‌تونم کمک کنم؟")
585
 
586
  if query:
587
- # نمایش پیام کاربر
588
- st.markdown(f'<div style="background-color:#eef;padding:10px;border-radius:10px;margin:10px 0;"><strong>🧑:</strong> {query}</div>', unsafe_allow_html=True)
589
-
590
- # نشان دادن وضعیت در حال فکر کردن
591
  thinking = st.empty()
592
  thinking.markdown("""
593
- <div style="background-color:#f9f9f9;padding:10px;border-radius:10px;">
594
  ⏳ در حال فکر کردن...
595
  </div>
596
  """, unsafe_allow_html=True)
 
584
  query = st.chat_input("چطور می‌تونم کمک کنم؟")
585
 
586
  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)