Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|