Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,9 @@ def bot(history):
|
|
49 |
|
50 |
def infer(question):
|
51 |
|
52 |
-
query = question
|
53 |
-
result = qa({"query": query})
|
|
|
54 |
return result
|
55 |
|
56 |
css="""
|
|
|
49 |
|
50 |
def infer(question):
|
51 |
|
52 |
+
#query = question
|
53 |
+
#result = qa({"query": query})
|
54 |
+
result = qa({"question": question})
|
55 |
return result
|
56 |
|
57 |
css="""
|