NEXAS commited on
Commit
76924c2
·
verified ·
1 Parent(s): 83ed5ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -87,7 +87,6 @@ if user_input := st.chat_input("User Input"):
87
  with st.spinner("Generating Response..."):
88
  response = get_answer(user_input, chain)
89
  if response:
90
- st.markdown(response)
91
  with st.chat_message("assistant"):
92
  st.markdown(response)
93
 
 
87
  with st.spinner("Generating Response..."):
88
  response = get_answer(user_input, chain)
89
  if response:
 
90
  with st.chat_message("assistant"):
91
  st.markdown(response)
92