Spaces:
Sleeping
Sleeping
dinhquangson
commited on
Commit
•
e5228b1
1
Parent(s):
683ac4d
Update app.py
Browse files
app.py
CHANGED
@@ -180,6 +180,7 @@ def main():
|
|
180 |
|
181 |
# create conversation chain
|
182 |
st.session_state.conversation = get_conversation_chain(vectorstore)
|
|
|
183 |
|
184 |
st.header("Chat with a Bot 🤖🦾 that tries to answer questions about multiple PDFs :books:")
|
185 |
user_question = st.text_input("Ask a question about your documents:")
|
|
|
180 |
|
181 |
# create conversation chain
|
182 |
st.session_state.conversation = get_conversation_chain(vectorstore)
|
183 |
+
print(st.session_state.conversation)
|
184 |
|
185 |
st.header("Chat with a Bot 🤖🦾 that tries to answer questions about multiple PDFs :books:")
|
186 |
user_question = st.text_input("Ask a question about your documents:")
|