valeriylo commited on
Commit
f63f822
·
1 Parent(s): 79932e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -133,5 +133,4 @@ with st.sidebar:
133
 
134
  # create conversation chain
135
  st.session_state.conversation = get_conversation_chain(vectorstore, model_name)
136
- st.text_area(retrieved_docs)
137
 
 
133
 
134
  # create conversation chain
135
  st.session_state.conversation = get_conversation_chain(vectorstore, model_name)
 
136