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