Update app.py
Browse files
app.py
CHANGED
|
@@ -69,6 +69,7 @@ qa = RetrievalQA.from_chain_type(
|
|
| 69 |
|
| 70 |
called = False
|
| 71 |
|
|
|
|
| 72 |
if prompt := st.chat_input():
|
| 73 |
st.chat_message("user").write(prompt)
|
| 74 |
with st.chat_message("assistant"):
|
|
|
|
| 69 |
|
| 70 |
called = False
|
| 71 |
|
| 72 |
+
|
| 73 |
if prompt := st.chat_input():
|
| 74 |
st.chat_message("user").write(prompt)
|
| 75 |
with st.chat_message("assistant"):
|