Spaces:
Runtime error
Runtime error
deepozzzie
commited on
Commit
·
e8060ec
1
Parent(s):
f73474f
test
Browse files
app.py
CHANGED
@@ -74,8 +74,9 @@ def infer(question, history):
|
|
74 |
query = question
|
75 |
result = qa({"question": query, "chat_history": chat_history})
|
76 |
#print(result)
|
|
|
77 |
return result["answer"]
|
78 |
-
|
79 |
css="""
|
80 |
#col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
|
81 |
"""
|
|
|
74 |
query = question
|
75 |
result = qa({"question": query, "chat_history": chat_history})
|
76 |
#print(result)
|
77 |
+
print(result["answer"])
|
78 |
return result["answer"]
|
79 |
+
|
80 |
css="""
|
81 |
#col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
|
82 |
"""
|