Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def qa_bot():
|
|
64 |
|
65 |
def final_result(query):
|
66 |
qa_result = qa_bot()
|
67 |
-
response = qa_result({'
|
68 |
|
69 |
return response
|
70 |
|
|
|
64 |
|
65 |
def final_result(query):
|
66 |
qa_result = qa_bot()
|
67 |
+
response = qa_result({'query' : query})
|
68 |
|
69 |
return response
|
70 |
|