Omkar008 commited on
Commit
c4e5743
·
verified ·
1 Parent(s): 940018a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ def query():
36
  print("Step 3: generating answer")
37
  llm_response = ut.generate_answer(extracted_content,query)
38
  # return the jsonified text back to streamlit
39
- return jsonify({"response": llm_response})
 
36
  print("Step 3: generating answer")
37
  llm_response = ut.generate_answer(extracted_content,query)
38
  # return the jsonified text back to streamlit
39
+ return jsonify({"answer": llm_response})