Wajahat698 commited on
Commit
5b43120
·
verified ·
1 Parent(s): cd2bd56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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