Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -649,7 +649,7 @@ chain = ConversationalRetrievalChain.from_llm(
|
|
649 |
|
650 |
# let's invoke the chain
|
651 |
response = chain.invoke({"question":"what does Google stand for?"})
|
652 |
-
response
|
653 |
|
654 |
|
655 |
chain.memory.load_memory_variables({})
|
|
|
649 |
|
650 |
# let's invoke the chain
|
651 |
response = chain.invoke({"question":"what does Google stand for?"})
|
652 |
+
print(response)
|
653 |
|
654 |
|
655 |
chain.memory.load_memory_variables({})
|