Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|