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