Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -220,6 +220,7 @@ rag_chain = (
|
|
220 |
query = "Where is Student Center located at?"
|
221 |
answer = rag_chain.invoke(query)
|
222 |
|
|
|
223 |
print("\nQuestion: " + query)
|
224 |
print("Answer: " + answer)
|
225 |
|
|
|
220 |
query = "Where is Student Center located at?"
|
221 |
answer = rag_chain.invoke(query)
|
222 |
|
223 |
+
|
224 |
print("\nQuestion: " + query)
|
225 |
print("Answer: " + answer)
|
226 |
|