sabazo commited on
Commit
30148ce
·
1 Parent(s): 90e1a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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="""