valeriylo commited on
Commit
2ec105c
·
1 Parent(s): f5b23dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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])