deepozzzie commited on
Commit
e8060ec
·
1 Parent(s): f73474f
Files changed (1) hide show
  1. app.py +2 -1
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
- print(history)
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
  """