Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -674,12 +674,11 @@ if prompt :
|
|
| 674 |
# Display user message
|
| 675 |
with st.chat_message("user"):
|
| 676 |
st.markdown(prompt)
|
|
|
|
|
|
|
| 677 |
with st.chat_message("assistant"):
|
| 678 |
add_dot_typing_animation()
|
| 679 |
display_typing_indicator()
|
| 680 |
-
|
| 681 |
-
# Generate AI response
|
| 682 |
-
with st.chat_message("assistant"):
|
| 683 |
|
| 684 |
full_response = ""
|
| 685 |
|
|
|
|
| 674 |
# Display user message
|
| 675 |
with st.chat_message("user"):
|
| 676 |
st.markdown(prompt)
|
| 677 |
+
|
| 678 |
+
# Generate AI response
|
| 679 |
with st.chat_message("assistant"):
|
| 680 |
add_dot_typing_animation()
|
| 681 |
display_typing_indicator()
|
|
|
|
|
|
|
|
|
|
| 682 |
|
| 683 |
full_response = ""
|
| 684 |
|