Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -126,4 +126,4 @@ with st.sidebar:
|
|
126 |
# create conversation chain
|
127 |
st.session_state.conversation = get_conversation_chain(vectorstore, model_name)
|
128 |
|
129 |
-
st.text_area(
|
|
|
126 |
# create conversation chain
|
127 |
st.session_state.conversation = get_conversation_chain(vectorstore, model_name)
|
128 |
|
129 |
+
st.text_area(conversation['source_documents'][0])
|