Spaces:
Sleeping
Sleeping
Update chain.py
Browse files
chain.py
CHANGED
@@ -87,6 +87,8 @@ def get_answer(
|
|
87 |
|
88 |
# Log user question
|
89 |
logging.info(f"User question: {question}")
|
|
|
|
|
90 |
|
91 |
result = chain(
|
92 |
inputs={"question": question, "chat_history": chat_history},
|
|
|
87 |
|
88 |
# Log user question
|
89 |
logging.info(f"User question: {question}")
|
90 |
+
|
91 |
+
print("File writing complete.")
|
92 |
|
93 |
result = chain(
|
94 |
inputs={"question": question, "chat_history": chat_history},
|